Html Css Color HEX #032CCC Persian Blue

📋 copy color: '#032CCC'

red 3 ◦ green 44 ◦ blue 204

#032CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #032CCC

Tints of Persian Blue #032CCC

RGB

 RED value IS 3 (1.56% from 255) = 1.2%

 GREEN value IS 44 (17.58% from 255) = 17.53%

 BLUE value IS 204 (80.08% from 255) = 81.27%

R = 1.2%
G = 17.53%
B = 81.27%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#032CCC (or 0x032CCC) is known color: Persian Blue. HEX triplet: 03, 2C and CC. RGB value is (3,44,204). Sum of RGB (Red+Green+Blue) = 3+44+204=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 204 (80.08% from 255 or 81.27% from 251); Max value from RGB is 204 - color contains mainly: blue. Hex color #032CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CCC is #FCD333. Grayscale: #313131. Windows color (decimal): -16569140 or 13380611. OLE color: 13380611.

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

Color convert

RGB 3 44 204 -
CMYK 0.99 0.78 0 0.2
HSL 227.76º 0.97% 0.41% -
HSV(B) 227.76º 0.99% 0.8% -
XYZ 11.84 6.18 57.7 -
YUV 49.98 214.92 94.49 -
System Red Green Blue C M Y K H S L
Decimal 3 44 204 0.99 0.78 0 0.2 227.76 0.97 0.41
Hex 3 2C CC 63 4E 0 14 E4 61 29
Octal 3 54 314 143 116 0 24 344 141 51
Binary 11 101100 11001100 1100011 1001110 0 10100 11100100 1100001 101001

Color Harmonies of #032CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CCC

Black with #032CCC

Text Example


Text Example

White with #032CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #032CCC;
 }
 .AnyTagClassName
 {
   color: #032CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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