Html Css Color HEX #032FC9 Persian Blue

📋 copy color: '#032FC9'

red 3 ◦ green 47 ◦ blue 201

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

Shades of Persian Blue #032FC9

Tints of Persian Blue #032FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 80.08%

R = 1.2%
G = 18.73%
B = 80.08%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#032FC9 (or 0x032FC9) is known color: Persian Blue. HEX triplet: 03, 2F and C9. RGB value is (3,47,201). Sum of RGB (Red+Green+Blue) = 3+47+201=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 201 (78.91% from 255 or 80.08% from 251); Max value from RGB is 201 - color contains mainly: blue. Hex color #032FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FC9 is #FCD036. Grayscale: #323232. Windows color (decimal): -16568375 or 13184771. OLE color: 13184771.

HSL color Cylindrical-coordinate representation of color #032FC9: hue angle of 226.67º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032FC9 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 47 201 -
CMYK 0.99 0.77 0 0.21
HSL 226.67º 0.97% 0.4% -
HSV(B) 226.67º 0.99% 0.79% -
XYZ 11.6 6.27 55.86 -
YUV 51.4 212.42 93.48 -
System Red Green Blue C M Y K H S L
Decimal 3 47 201 0.99 0.77 0 0.21 226.67 0.97 0.4
Hex 3 2F C9 63 4D 0 15 E3 61 28
Octal 3 57 311 143 115 0 25 343 141 50
Binary 11 101111 11001001 1100011 1001101 0 10101 11100011 1100001 101000

Color Harmonies of #032FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032FC9

Black with #032FC9

Text Example


Text Example

White with #032FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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