Html Css Color HEX #032EDD Persian Blue

📋 copy color: '#032EDD'

red 3 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #032EDD

Tints of Persian Blue #032EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 81.85%

R = 1.11%
G = 17.04%
B = 81.85%

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

#032EDD (or 0x032EDD) is known color: Persian Blue. HEX triplet: 03, 2E and DD. RGB value is (3,46,221). Sum of RGB (Red+Green+Blue) = 3+46+221=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #032EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032EDD is #FCD122. Grayscale: #343434. Windows color (decimal): -16568611 or 14495235. OLE color: 14495235.

HSL color Cylindrical-coordinate representation of color #032EDD: hue angle of 228.17º 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 #032EDD is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 46 221 -
CMYK 0.99 0.79 0 0.13
HSL 228.17º 0.97% 0.44% -
HSV(B) 228.17º 0.99% 0.87% -
XYZ 14.07 7.19 69.05 -
YUV 53.09 222.75 92.27 -
System Red Green Blue C M Y K H S L
Decimal 3 46 221 0.99 0.79 0 0.13 228.17 0.97 0.44
Hex 3 2E DD 63 4F 0 D E4 61 2C
Octal 3 56 335 143 117 0 15 344 141 54
Binary 11 101110 11011101 1100011 1001111 0 1101 11100100 1100001 101100

Color Harmonies of #032EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032EDD

Black with #032EDD

Text Example


Text Example

White with #032EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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