#3313bc

Color #3313BC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3313BC

Tints of Persian Blue #3313BC

Color information

#3313BC (or 0x3313BC) is unknown color: approx Persian Blue. HEX triplet: 33, 13 and BC. RGB value is (51,19,188). Sum of RGB (Red+Green+Blue) = 51+19+188=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #3313BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313BC is #CCEC43. Grayscale: #2F2F2F. Windows color (decimal): -13429828 or 12325683. OLE color: 12325683.

HSL color Cylindrical-coordinate representation of color #3313BC: hue angle of 251.36º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3313BC is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5119188-
CMYK0.730.9000.26
HSL251.36º81.64%40.59%-
HSV(B)251.36º89.89%73.73%-
XYZ10.684.847.94-
YUV47.83207.1130.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 19 (7.81% from 255) = 7.36%
BLUE value IS 188 (73.83% from 255) = 72.87%
R=19.77%
G=7.36%
B=72.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51191880.730.9000.26251.3681.6440.59
Hex3313BC495A01Afb5229
Octal632327411113203237312251
Binary110011100111011110010010011011010011010111110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3313bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3313bc; }

 p { color: rgb(51,19,188); }

 H1.HeaderClassName
 {
   color: #3313bc;
 }
 .AnyTagClassName
 {
   color: #3313bc;
 }
</style>
background-color css

<style>
 a { background-color: #3313bc; }

 a { background-color: rgb(51,19,188); }

 div.DivClassName
 {
   background-color: #3313bc;
 }
 .BgClassName
 {
   background-color: #3313bc;
 }
</style>
border-color css

<style>
 span { border-color: #3313bc; }

 span { border-color: rgb(51,19,188); }

 td.TdClassName
 {
   border-color: #3313bc;
 }
 .TagClassName
 {
   border-color: #3313bc;
 }
</style>