#032CCA

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

Shades of Persian Blue #032CCA

Tints of Persian Blue #032CCA

Color information

#032CCA (or 0x032CCA) is unknown color: approx Persian Blue. HEX triplet: 03, 2C and CA. RGB value is (3,44,202). Sum of RGB (Red+Green+Blue) = 3+44+202=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #032CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CCA is #FCD335. Grayscale: #313131. Windows color (decimal): -16569142 or 13249539. OLE color: 13249539.

HSL color Cylindrical-coordinate representation of color #032CCA: hue angle of 227.64º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032CCA is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB344202-
CMYK0.990.7800.21
HSL227.64º97.07%40.2%-
HSV(B)227.64º98.51%79.22%-
XYZ11.66.0856.44-
YUV49.75213.9294.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 202 (79.30% from 255) = 81.12%
R=1.20%
G=17.67%
B=81.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3442020.990.7800.21227.6497.0740.2
Hex32CCA634E015e46128
Octal35431214311602534414150
Binary111011001100101011000111001110010101111001001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032CCA; }

 p { color: rgb(3,44,202); }

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

<style>
 a { background-color: #032CCA; }

 a { background-color: rgb(3,44,202); }

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

<style>
 span { border-color: #032CCA; }

 span { border-color: rgb(3,44,202); }

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