#332ACC

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

Shades of Persian Blue #332ACC

Tints of Persian Blue #332ACC

Color information

#332ACC (or 0x332ACC) is unknown color: approx Persian Blue. HEX triplet: 33, 2A and CC. RGB value is (51,42,204). Sum of RGB (Red+Green+Blue) = 51+42+204=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #332ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332ACC is #CCD533. Grayscale: #3E3E3E. Windows color (decimal): -13423924 or 13380147. OLE color: 13380147.

HSL color Cylindrical-coordinate representation of color #332ACC: hue angle of 243.33º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #332ACC is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5142204-
CMYK0.750.7900.2
HSL243.33º65.85%48.24%-
HSV(B)243.33º79.41%80%-
XYZ13.096.7257.73-
YUV63.16207.48119.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 204 (80.08% from 255) = 68.69%
R=17.17%
G=14.14%
B=68.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal51422040.750.7900.2243.3365.8548.24
Hex332ACC4B4F014f34230
Octal635231411311702436310260
Binary1100111010101100110010010111001111010100111100111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,42,204); }

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

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

 a { background-color: rgb(51,42,204); }

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

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

 span { border-color: rgb(51,42,204); }

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