Html Css Color HEX #032BE0 Persian Blue

📋 copy color: '#032BE0'

red 3 ◦ green 43 ◦ blue 224

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

Shades of Persian Blue #032BE0

Tints of Persian Blue #032BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 82.96%

R = 1.11%
G = 15.93%
B = 82.96%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#032BE0 (or 0x032BE0) is known color: Persian Blue. HEX triplet: 03, 2B and E0. RGB value is (3,43,224). Sum of RGB (Red+Green+Blue) = 3+43+224=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 224 (87.89% from 255 or 82.96% from 270); Max value from RGB is 224 - color contains mainly: blue. Hex color #032BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032BE0 is #FCD41F. Grayscale: #323232. Windows color (decimal): -16569376 or 14691075. OLE color: 14691075.

HSL color Cylindrical-coordinate representation of color #032BE0: hue angle of 229.14º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032BE0 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 43 224 -
CMYK 0.99 0.81 0 0.12
HSL 229.14º 0.97% 0.45% -
HSV(B) 229.14º 0.99% 0.88% -
XYZ 14.36 7.13 71.14 -
YUV 51.67 225.25 93.28 -
System Red Green Blue C M Y K H S L
Decimal 3 43 224 0.99 0.81 0 0.12 229.14 0.97 0.45
Hex 3 2B E0 63 51 0 C E5 61 2D
Octal 3 53 340 143 121 0 14 345 141 55
Binary 11 101011 11100000 1100011 1010001 0 1100 11100101 1100001 101101

Color Harmonies of #032BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032BE0

Black with #032BE0

Text Example


Text Example

White with #032BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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