#032E98

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

Shades of Smalt #032E98

Tints of Smalt #032E98

Color information

#032E98 (or 0x032E98) is unknown color: approx Smalt. HEX triplet: 03, 2E and 98. RGB value is (3,46,152). Sum of RGB (Red+Green+Blue) = 3+46+152=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #032E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032E98 is #FCD167. Grayscale: #2C2C2C. Windows color (decimal): -16568680 or 9973251. OLE color: 9973251.

HSL color Cylindrical-coordinate representation of color #032E98: hue angle of 222.68º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032E98 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB346152-
CMYK0.980.7000.40
HSL222.68º96.13%30.39%-
HSV(B)222.68º98.03%59.61%-
XYZ6.684.2430.17-
YUV45.23188.2597.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 152 (59.77% from 255) = 75.62%
R=1.49%
G=22.89%
B=75.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3461520.980.7000.40222.6896.1330.39
Hex32E986246028df601e
Octal35623014210605033714036
Binary111011101001100011000101000110010100011011111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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