#3326B6

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

Shades of Persian Blue #3326B6

Tints of Persian Blue #3326B6

Color information

#3326B6 (or 0x3326B6) is unknown color: approx Persian Blue. HEX triplet: 33, 26 and B6. RGB value is (51,38,182). Sum of RGB (Red+Green+Blue) = 51+38+182=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 182 (71.48% from 255 or 67.16% from 271); Max value from RGB is 182 - color contains mainly: blue. Hex color #3326B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3326B6 is #CCD949. Grayscale: #393939. Windows color (decimal): -13424970 or 11937331. OLE color: 11937331.

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

Color convert

RGB5138182-
CMYK0.720.7900.29
HSL245.42º65.45%43.14%-
HSV(B)245.42º79.12%71.37%-
XYZ10.55.4744.76-
YUV58.3197.81122.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 182 (71.48% from 255) = 67.16%
R=18.82%
G=14.02%
B=67.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51381820.720.7900.29245.4265.4543.14
Hex3326B6484F01Df5412b
Octal634626611011703536510153
Binary1100111001101011011010010001001111011101111101011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3326B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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