Shades of Smalt #033E9D
Tints of Smalt #033E9D
RGB
CMYK
RGB Variations
Color information
#033E9D (or 0x033E9D) is known color: Smalt. HEX triplet: 03, 3E and 9D. RGB value is (3,62,157). Sum of RGB (Red+Green+Blue) = 3+62+157=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #033E9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033E9D is #FCC162. Grayscale: #363636. Windows color (decimal): -16564579 or 10305027. OLE color: 10305027.
HSL color Cylindrical-coordinate representation of color #033E9D: hue angle of 217.01º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033E9D is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 62 | 157 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.38 |
| HSL | 217.01º | 0.96% | 0.31% | - |
| HSV(B) | 217.01º | 0.98% | 0.62% | - |
| XYZ | 7.85 | 5.9 | 32.62 | - |
| YUV | 55.19 | 185.45 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 157 | 0.98 | 0.61 | 0 | 0.38 | 217.01 | 0.96 | 0.31 |
| Hex | 3 | 3E | 9D | 62 | 3D | 0 | 26 | D9 | 60 | 1F |
| Octal | 3 | 76 | 235 | 142 | 75 | 0 | 46 | 331 | 140 | 37 |
| Binary | 11 | 111110 | 10011101 | 1100010 | 111101 | 0 | 100110 | 11011001 | 1100000 | 11111 |
Color Harmonies of #033E9D
Complementary color
Monochromatic Colors of #033E9D
Black with #033E9D
Text Example
Text Example
White with #033E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033E9D; }
p { color: rgb(3,62,157); }
H1.HeaderClassName
{
color: #033E9D;
}
.AnyTagClassName
{
color: #033E9D;
}
</style>
background-color css
<style>
a { background-color: #033E9D; }
a { background-color: rgb(3,62,157); }
div.DivClassName
{
background-color: #033E9D;
}
.BgClassName
{
background-color: #033E9D;
}
</style>
border-color css
<style>
span { border-color: #033E9D; }
span { border-color: rgb(3,62,157); }
td.TdClassName
{
border-color: #033E9D;
}
.TagClassName
{
border-color: #033E9D;
}
</style>