#3331B6

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

Shades of Persian Blue #3331B6

Tints of Persian Blue #3331B6

Color information

#3331B6 (or 0x3331B6) is unknown color: approx Persian Blue. HEX triplet: 33, 31 and B6. RGB value is (51,49,182). Sum of RGB (Red+Green+Blue) = 51+49+182=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 182 (71.48% from 255 or 64.54% from 282); Max value from RGB is 182 - color contains mainly: blue. Hex color #3331B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3331B6 is #CCCE49. Grayscale: #404040. Windows color (decimal): -13422154 or 11940147. OLE color: 11940147.

HSL color Cylindrical-coordinate representation of color #3331B6: hue angle of 240.9º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3331B6 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5149182-
CMYK0.720.7300.29
HSL240.9º57.58%45.29%-
HSV(B)240.9º73.08%71.37%-
XYZ10.916.2844.89-
YUV64.76194.16118.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 182 (71.48% from 255) = 64.54%
R=18.09%
G=17.38%
B=64.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51491820.720.7300.29240.957.5845.29
Hex3331B6484901Df13a2d
Octal63612661101110353617255
Binary110011110001101101101001000100100101110111110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3331B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3331B6; }

 p { color: rgb(51,49,182); }

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

<style>
 a { background-color: #3331B6; }

 a { background-color: rgb(51,49,182); }

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

<style>
 span { border-color: #3331B6; }

 span { border-color: rgb(51,49,182); }

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