Html Css Color HEX #032DCC Persian Blue

📋 copy color: '#032DCC'

red 3 ◦ green 45 ◦ blue 204

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

Shades of Persian Blue #032DCC

Tints of Persian Blue #032DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.86%

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

R = 1.19%
G = 17.86%
B = 80.95%

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

#032DCC (or 0x032DCC) is known color: Persian Blue. HEX triplet: 03, 2D and CC. RGB value is (3,45,204). Sum of RGB (Red+Green+Blue) = 3+45+204=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #032DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DCC is #FCD233. Grayscale: #313131. Windows color (decimal): -16568884 or 13380867. OLE color: 13380867.

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

Color convert

RGB 3 45 204 -
CMYK 0.99 0.78 0 0.2
HSL 227.46º 0.97% 0.41% -
HSV(B) 227.46º 0.99% 0.8% -
XYZ 11.88 6.26 57.71 -
YUV 50.57 214.59 94.07 -
System Red Green Blue C M Y K H S L
Decimal 3 45 204 0.99 0.78 0 0.2 227.46 0.97 0.41
Hex 3 2D CC 63 4E 0 14 E3 61 29
Octal 3 55 314 143 116 0 24 343 141 51
Binary 11 101101 11001100 1100011 1001110 0 10100 11100011 1100001 101001

Color Harmonies of #032DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032DCC

Black with #032DCC

Text Example


Text Example

White with #032DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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