#032E88

Color #032E88 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #032E88

Tints of Smalt #032E88

Color information

#032E88 (or 0x032E88) is unknown color: approx Smalt. HEX triplet: 03, 2E and 88. RGB value is (3,46,136). Sum of RGB (Red+Green+Blue) = 3+46+136=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 136 (53.52% from 255 or 73.51% from 185); Max value from RGB is 136 - color contains mainly: blue. Hex color #032E88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032E88 is #FCD177. Grayscale: #2B2B2B. Windows color (decimal): -16568696 or 8924675. OLE color: 8924675.

HSL color Cylindrical-coordinate representation of color #032E88: hue angle of 220.6º 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 #032E88 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB346136-
CMYK0.980.6600.47
HSL220.6º95.68%27.25%-
HSV(B)220.6º97.79%53.33%-
XYZ5.463.7523.73-
YUV43.4180.2599.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.62%
GREEN value IS 46 (18.36% from 255) = 24.86%
BLUE value IS 136 (53.52% from 255) = 73.51%
R=1.62%
G=24.86%
B=73.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3461360.980.6600.47220.695.6827.25
Hex32E88624202Fdd601b
Octal35621014210205733514033
Binary111011101000100011000101000010010111111011101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #032E88;
 }
 .AnyTagClassName
 {
   color: #032E88;
 }
</style>
background-color css

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

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

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

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

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

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