Html Css Color HEX #032CC5 Persian Blue

📋 copy color: '#032CC5'

red 3 ◦ green 44 ◦ blue 197

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

Shades of Persian Blue #032CC5

Tints of Persian Blue #032CC5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.03%

 BLUE value IS 197 (77.34% from 255) = 80.74%

R = 1.23%
G = 18.03%
B = 80.74%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#032CC5 (or 0x032CC5) is known color: Persian Blue. HEX triplet: 03, 2C and C5. RGB value is (3,44,197). Sum of RGB (Red+Green+Blue) = 3+44+197=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 197 (77.34% from 255 or 80.74% from 244); Max value from RGB is 197 - color contains mainly: blue. Hex color #032CC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CC5 is #FCD33A. Grayscale: #303030. Windows color (decimal): -16569147 or 12921859. OLE color: 12921859.

HSL color Cylindrical-coordinate representation of color #032CC5: hue angle of 227.32º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032CC5 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 3 44 197 -
CMYK 0.98 0.78 0 0.23
HSL 227.32º 0.97% 0.39% -
HSV(B) 227.32º 0.98% 0.77% -
XYZ 11.02 5.85 53.37 -
YUV 49.18 211.42 95.06 -
System Red Green Blue C M Y K H S L
Decimal 3 44 197 0.98 0.78 0 0.23 227.32 0.97 0.39
Hex 3 2C C5 62 4E 0 17 E3 61 27
Octal 3 54 305 142 116 0 27 343 141 47
Binary 11 101100 11000101 1100010 1001110 0 10111 11100011 1100001 100111

Color Harmonies of #032CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CC5

Black with #032CC5

Text Example


Text Example

White with #032CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,44,197); }

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

background-color css

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

 a { background-color: rgb(3,44,197); }

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

border-color css

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

 span { border-color: rgb(3,44,197); }

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