#032ED4

Color #032ED4 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #032ED4

Tints of Persian Blue #032ED4

Color information

#032ED4 (or 0x032ED4) is unknown color: approx Persian Blue. HEX triplet: 03, 2E and D4. RGB value is (3,46,212). Sum of RGB (Red+Green+Blue) = 3+46+212=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 212 (83.20% from 255 or 81.23% from 261); Max value from RGB is 212 - color contains mainly: blue. Hex color #032ED4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ED4 is #FCD12B. Grayscale: #333333. Windows color (decimal): -16568620 or 13905411. OLE color: 13905411.

HSL color Cylindrical-coordinate representation of color #032ED4: hue angle of 227.66º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032ED4 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB346212-
CMYK0.990.7800.17
HSL227.66º97.21%42.16%-
HSV(B)227.66º98.58%83.14%-
XYZ12.96.7362.91-
YUV52.07218.2593-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 46 (18.36% from 255) = 17.62%
BLUE value IS 212 (83.20% from 255) = 81.23%
R=1.15%
G=17.62%
B=81.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal3462120.990.7800.17227.6697.2142.16
Hex32ED4634E011e4612a
Octal35632414311602134414152
Binary111011101101010011000111001110010001111001001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,46,212); }

 H1.HeaderClassName
 {
   color: #032ED4;
 }
 .AnyTagClassName
 {
   color: #032ED4;
 }
</style>
background-color css

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

 a { background-color: rgb(3,46,212); }

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

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

 span { border-color: rgb(3,46,212); }

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