Html Css Color HEX #032ACC Persian Blue

📋 copy color: '#032ACC'

red 3 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #032ACC

Tints of Persian Blue #032ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.87%

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

R = 1.2%
G = 16.87%
B = 81.93%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#032ACC (or 0x032ACC) is known color: Persian Blue. HEX triplet: 03, 2A and CC. RGB value is (3,42,204). Sum of RGB (Red+Green+Blue) = 3+42+204=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #032ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ACC is #FCD533. Grayscale: #303030. Windows color (decimal): -16569652 or 13380099. OLE color: 13380099.

HSL color Cylindrical-coordinate representation of color #032ACC: hue angle of 228.36º 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 #032ACC is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 42 204 -
CMYK 0.99 0.79 0 0.2
HSL 228.36º 0.97% 0.41% -
HSV(B) 228.36º 0.99% 0.8% -
XYZ 11.76 6.03 57.67 -
YUV 48.81 215.58 95.33 -
System Red Green Blue C M Y K H S L
Decimal 3 42 204 0.99 0.79 0 0.2 228.36 0.97 0.41
Hex 3 2A CC 63 4F 0 14 E4 61 29
Octal 3 52 314 143 117 0 24 344 141 51
Binary 11 101010 11001100 1100011 1001111 0 10100 11100100 1100001 101001

Color Harmonies of #032ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032ACC

Black with #032ACC

Text Example


Text Example

White with #032ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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