Html Css Color HEX #032ECD Persian Blue

📋 copy color: '#032ECD'

red 3 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #032ECD

Tints of Persian Blue #032ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 80.71%

R = 1.18%
G = 18.11%
B = 80.71%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#032ECD (or 0x032ECD) is known color: Persian Blue. HEX triplet: 03, 2E and CD. RGB value is (3,46,205). Sum of RGB (Red+Green+Blue) = 3+46+205=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #032ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ECD is #FCD132. Grayscale: #323232. Windows color (decimal): -16568627 or 13446659. OLE color: 13446659.

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

Color convert

RGB 3 46 205 -
CMYK 0.99 0.78 0 0.20
HSL 227.23º 0.97% 0.41% -
HSV(B) 227.23º 0.99% 0.8% -
XYZ 12.03 6.38 58.36 -
YUV 51.27 214.75 93.57 -
System Red Green Blue C M Y K H S L
Decimal 3 46 205 0.99 0.78 0 0.20 227.23 0.97 0.41
Hex 3 2E CD 63 4E 0 14 E3 61 29
Octal 3 56 315 143 116 0 24 343 141 51
Binary 11 101110 11001101 1100011 1001110 0 10100 11100011 1100001 101001

Color Harmonies of #032ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032ECD

Black with #032ECD

Text Example


Text Example

White with #032ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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