Html Css Color HEX #032BC5 Persian Blue

📋 copy color: '#032BC5'

red 3 ◦ green 43 ◦ blue 197

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

Shades of Persian Blue #032BC5

Tints of Persian Blue #032BC5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.7%

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

R = 1.23%
G = 17.7%
B = 81.07%

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

#032BC5 (or 0x032BC5) is known color: Persian Blue. HEX triplet: 03, 2B and C5. RGB value is (3,43,197). Sum of RGB (Red+Green+Blue) = 3+43+197=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 197 (77.34% from 255 or 81.07% from 243); Max value from RGB is 197 - color contains mainly: blue. Hex color #032BC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032BC5 is #FCD43A. Grayscale: #2F2F2F. Windows color (decimal): -16569403 or 12921603. OLE color: 12921603.

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

Color convert

RGB 3 43 197 -
CMYK 0.98 0.78 0 0.23
HSL 227.63º 0.97% 0.39% -
HSV(B) 227.63º 0.98% 0.77% -
XYZ 10.98 5.78 53.36 -
YUV 48.6 211.75 95.48 -
System Red Green Blue C M Y K H S L
Decimal 3 43 197 0.98 0.78 0 0.23 227.63 0.97 0.39
Hex 3 2B C5 62 4E 0 17 E4 61 27
Octal 3 53 305 142 116 0 27 344 141 47
Binary 11 101011 11000101 1100010 1001110 0 10111 11100100 1100001 100111

Color Harmonies of #032BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032BC5

Black with #032BC5

Text Example


Text Example

White with #032BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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