#332BB9

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

Shades of Persian Blue #332BB9

Tints of Persian Blue #332BB9

Color information

#332BB9 (or 0x332BB9) is unknown color: approx Persian Blue. HEX triplet: 33, 2B and B9. RGB value is (51,43,185). Sum of RGB (Red+Green+Blue) = 51+43+185=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 185 (72.66% from 255 or 66.31% from 279); Max value from RGB is 185 - color contains mainly: blue. Hex color #332BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332BB9 is #CCD446. Grayscale: #3D3D3D. Windows color (decimal): -13423687 or 12135219. OLE color: 12135219.

HSL color Cylindrical-coordinate representation of color #332BB9: hue angle of 243.38º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #332BB9 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5143185-
CMYK0.720.7700.27
HSL243.38º62.28%44.71%-
HSV(B)243.38º76.76%72.55%-
XYZ10.995.9346.47-
YUV61.58197.65120.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 185 (72.66% from 255) = 66.31%
R=18.28%
G=15.41%
B=66.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51431850.720.7700.27243.3862.2844.71
Hex332BB9484D01Bf33e2d
Octal63532711101150333637655
Binary110011101011101110011001000100110101101111110011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332BB9; }

 p { color: rgb(51,43,185); }

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

<style>
 a { background-color: #332BB9; }

 a { background-color: rgb(51,43,185); }

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

<style>
 span { border-color: #332BB9; }

 span { border-color: rgb(51,43,185); }

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