Html Css Color HEX #0032E0 Persian Blue

📋 copy color: '#0032E0'

red 0 ◦ green 50 ◦ blue 224

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

Shades of Persian Blue #0032E0

Tints of Persian Blue #0032E0

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 50 (19.92% from 255) = 18.25%

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

R = 0%
G = 18.25%
B = 81.75%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0032E0 (or 0x0032E0) is known color: Persian Blue. HEX triplet: 00, 32 and E0. RGB value is (0,50,224). Sum of RGB (Red+Green+Blue) = 0+50+224=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 224 (87.89% from 255 or 81.75% from 274); Max value from RGB is 224 - color contains mainly: blue. Hex color #0032E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0032E0 is #FFCD1F. Grayscale: #363636. Windows color (decimal): -16764192 or 14692864. OLE color: 14692864.

HSL color Cylindrical-coordinate representation of color #0032E0: hue angle of 226.61º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0032E0 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 0 50 224 -
CMYK 1 0.78 0 0.12
HSL 226.61º 1% 0.44% -
HSV(B) 226.61º 1% 0.88% -
XYZ 14.6 7.66 71.23 -
YUV 54.89 223.44 88.85 -
System Red Green Blue C M Y K H S L
Decimal 0 50 224 1 0.78 0 0.12 226.61 1 0.44
Hex 0 32 E0 64 4E 0 C E3 64 2C
Octal 0 62 340 144 116 0 14 343 144 54
Binary 0 110010 11100000 1100100 1001110 0 1100 11100011 1100100 101100

Color Harmonies of #0032E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0032E0

Black with #0032E0

Text Example


Text Example

White with #0032E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0032E0; }

 p { color: rgb(0,50,224); }

 H1.HeaderClassName
 {
   color: #0032E0;
 }
 .AnyTagClassName
 {
   color: #0032E0;
 }
</style>

background-color css

<style>
 a { background-color: #0032E0; }

 a { background-color: rgb(0,50,224); }

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

border-color css

<style>
 span { border-color: #0032E0; }

 span { border-color: rgb(0,50,224); }

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