#3330B6

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

Shades of Persian Blue #3330B6

Tints of Persian Blue #3330B6

Color information

#3330B6 (or 0x3330B6) is unknown color: approx Persian Blue. HEX triplet: 33, 30 and B6. RGB value is (51,48,182). Sum of RGB (Red+Green+Blue) = 51+48+182=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 182 (71.48% from 255 or 64.77% from 281); Max value from RGB is 182 - color contains mainly: blue. Hex color #3330B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3330B6 is #CCCF49. Grayscale: #3F3F3F. Windows color (decimal): -13422410 or 11939891. OLE color: 11939891.

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

Color convert

RGB5148182-
CMYK0.720.7400.29
HSL241.34º58.26%45.1%-
HSV(B)241.34º73.63%71.37%-
XYZ10.876.244.88-
YUV64.17194.49118.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 182 (71.48% from 255) = 64.77%
R=18.15%
G=17.08%
B=64.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51481820.720.7400.29241.3458.2645.1
Hex3330B6484A01Df13a2d
Octal63602661101120353617255
Binary110011110000101101101001000100101001110111110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3330B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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