Html Css Color HEX #032ECE Persian Blue

📋 copy color: '#032ECE'

red 3 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #032ECE

Tints of Persian Blue #032ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 80.78%

R = 1.18%
G = 18.04%
B = 80.78%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#032ECE (or 0x032ECE) is known color: Persian Blue. HEX triplet: 03, 2E and CE. RGB value is (3,46,206). Sum of RGB (Red+Green+Blue) = 3+46+206=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #032ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ECE is #FCD131. Grayscale: #323232. Windows color (decimal): -16568626 or 13512195. OLE color: 13512195.

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

Color convert

RGB 3 46 206 -
CMYK 0.99 0.78 0 0.19
HSL 227.29º 0.97% 0.41% -
HSV(B) 227.29º 0.99% 0.81% -
XYZ 12.16 6.43 58.99 -
YUV 51.38 215.25 93.49 -
System Red Green Blue C M Y K H S L
Decimal 3 46 206 0.99 0.78 0 0.19 227.29 0.97 0.41
Hex 3 2E CE 63 4E 0 13 E3 61 29
Octal 3 56 316 143 116 0 23 343 141 51
Binary 11 101110 11001110 1100011 1001110 0 10011 11100011 1100001 101001

Color Harmonies of #032ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032ECE

Black with #032ECE

Text Example


Text Example

White with #032ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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