Html Css Color HEX #032ECC Persian Blue

📋 copy color: '#032ECC'

red 3 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #032ECC

Tints of Persian Blue #032ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.18%

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

R = 1.19%
G = 18.18%
B = 80.63%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#032ECC (or 0x032ECC) is known color: Persian Blue. HEX triplet: 03, 2E and CC. RGB value is (3,46,204). Sum of RGB (Red+Green+Blue) = 3+46+204=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #032ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ECC is #FCD133. Grayscale: #323232. Windows color (decimal): -16568628 or 13381123. OLE color: 13381123.

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

Color convert

RGB 3 46 204 -
CMYK 0.99 0.77 0 0.2
HSL 227.16º 0.97% 0.41% -
HSV(B) 227.16º 0.99% 0.8% -
XYZ 11.91 6.33 57.72 -
YUV 51.16 214.25 93.65 -
System Red Green Blue C M Y K H S L
Decimal 3 46 204 0.99 0.77 0 0.2 227.16 0.97 0.41
Hex 3 2E CC 63 4D 0 14 E3 61 29
Octal 3 56 314 143 115 0 24 343 141 51
Binary 11 101110 11001100 1100011 1001101 0 10100 11100011 1100001 101001

Color Harmonies of #032ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032ECC

Black with #032ECC

Text Example


Text Example

White with #032ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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