#032E9B

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

Shades of Smalt #032E9B

Tints of Smalt #032E9B

Color information

#032E9B (or 0x032E9B) is unknown color: approx Smalt. HEX triplet: 03, 2E and 9B. RGB value is (3,46,155). Sum of RGB (Red+Green+Blue) = 3+46+155=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #032E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032E9B is #FCD164. Grayscale: #2D2D2D. Windows color (decimal): -16568677 or 10169859. OLE color: 10169859.

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

Color convert

RGB346155-
CMYK0.980.7000.39
HSL223.03º96.2%30.98%-
HSV(B)223.03º98.06%60.78%-
XYZ6.934.3431.48-
YUV45.57189.7597.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 46 (18.36% from 255) = 22.55%
BLUE value IS 155 (60.94% from 255) = 75.98%
R=1.47%
G=22.55%
B=75.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3461550.980.7000.39223.0396.230.98
Hex32E9B6246027df601f
Octal35623314210604733714037
Binary111011101001101111000101000110010011111011111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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