Html Css Color HEX #032EDE Persian Blue

📋 copy color: '#032EDE'

red 3 ◦ green 46 ◦ blue 222

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

Shades of Persian Blue #032EDE

Tints of Persian Blue #032EDE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.97%

 BLUE value IS 222 (87.11% from 255) = 81.92%

R = 1.11%
G = 16.97%
B = 81.92%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#032EDE (or 0x032EDE) is known color: Persian Blue. HEX triplet: 03, 2E and DE. RGB value is (3,46,222). Sum of RGB (Red+Green+Blue) = 3+46+222=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 222 (87.11% from 255 or 81.92% from 271); Max value from RGB is 222 - color contains mainly: blue. Hex color #032EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032EDE is #FCD121. Grayscale: #343434. Windows color (decimal): -16568610 or 14560771. OLE color: 14560771.

HSL color Cylindrical-coordinate representation of color #032EDE: hue angle of 228.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #032EDE is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 46 222 -
CMYK 0.99 0.79 0 0.13
HSL 228.22º 0.97% 0.44% -
HSV(B) 228.22º 0.99% 0.87% -
XYZ 14.2 7.25 69.76 -
YUV 53.21 223.25 92.19 -
System Red Green Blue C M Y K H S L
Decimal 3 46 222 0.99 0.79 0 0.13 228.22 0.97 0.44
Hex 3 2E DE 63 4F 0 D E4 61 2C
Octal 3 56 336 143 117 0 15 344 141 54
Binary 11 101110 11011110 1100011 1001111 0 1101 11100100 1100001 101100

Color Harmonies of #032EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032EDE

Black with #032EDE

Text Example


Text Example

White with #032EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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