Html Css Color HEX #032FCC Persian Blue

📋 copy color: '#032FCC'

red 3 ◦ green 47 ◦ blue 204

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

Shades of Persian Blue #032FCC

Tints of Persian Blue #032FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.5%

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

R = 1.18%
G = 18.5%
B = 80.31%

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

#032FCC (or 0x032FCC) is known color: Persian Blue. HEX triplet: 03, 2F and CC. RGB value is (3,47,204). Sum of RGB (Red+Green+Blue) = 3+47+204=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #032FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FCC is #FCD033. Grayscale: #333333. Windows color (decimal): -16568372 or 13381379. OLE color: 13381379.

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

Color convert

RGB 3 47 204 -
CMYK 0.99 0.77 0 0.2
HSL 226.87º 0.97% 0.41% -
HSV(B) 226.87º 0.99% 0.8% -
XYZ 11.95 6.41 57.73 -
YUV 51.74 213.92 93.23 -
System Red Green Blue C M Y K H S L
Decimal 3 47 204 0.99 0.77 0 0.2 226.87 0.97 0.41
Hex 3 2F CC 63 4D 0 14 E3 61 29
Octal 3 57 314 143 115 0 24 343 141 51
Binary 11 101111 11001100 1100011 1001101 0 10100 11100011 1100001 101001

Color Harmonies of #032FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032FCC

Black with #032FCC

Text Example


Text Example

White with #032FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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