Html Css Color HEX #032E86 Smalt

📋 copy color: '#032E86'

red 3 ◦ green 46 ◦ blue 134

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

Shades of Smalt #032E86

Tints of Smalt #032E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 73.22%

R = 1.64%
G = 25.14%
B = 73.22%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#032E86 (or 0x032E86) is known color: Smalt. HEX triplet: 03, 2E and 86. RGB value is (3,46,134). Sum of RGB (Red+Green+Blue) = 3+46+134=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #032E86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032E86 is #FCD179. Grayscale: #2A2A2A. Windows color (decimal): -16568698 or 8793603. OLE color: 8793603.

HSL color Cylindrical-coordinate representation of color #032E86: hue angle of 220.31º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032E86 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 46 134 -
CMYK 0.98 0.66 0 0.47
HSL 220.31º 0.96% 0.27% -
HSV(B) 220.31º 0.98% 0.53% -
XYZ 5.32 3.69 22.99 -
YUV 43.18 179.25 99.34 -
System Red Green Blue C M Y K H S L
Decimal 3 46 134 0.98 0.66 0 0.47 220.31 0.96 0.27
Hex 3 2E 86 62 42 0 2F DC 60 1B
Octal 3 56 206 142 102 0 57 334 140 33
Binary 11 101110 10000110 1100010 1000010 0 101111 11011100 1100000 11011

Color Harmonies of #032E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E86

Black with #032E86

Text Example


Text Example

White with #032E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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