Shades of Smalt #033B8C
Tints of Smalt #033B8C
RGB
CMYK
RGB Variations
Color information
#033B8C (or 0x033B8C) is known color: Smalt. HEX triplet: 03, 3B and 8C. RGB value is (3,59,140). Sum of RGB (Red+Green+Blue) = 3+59+140=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #033B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033B8C is #FCC473. Grayscale: #333333. Windows color (decimal): -16565364 or 9190147. OLE color: 9190147.
HSL color Cylindrical-coordinate representation of color #033B8C: hue angle of 215.47º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033B8C is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 59 | 140 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.45 |
| HSL | 215.47º | 0.96% | 0.28% | - |
| HSV(B) | 215.47º | 0.98% | 0.55% | - |
| XYZ | 6.34 | 5.04 | 25.45 | - |
| YUV | 51.49 | 177.95 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 140 | 0.98 | 0.58 | 0 | 0.45 | 215.47 | 0.96 | 0.28 |
| Hex | 3 | 3B | 8C | 62 | 3A | 0 | 2D | D7 | 60 | 1C |
| Octal | 3 | 73 | 214 | 142 | 72 | 0 | 55 | 327 | 140 | 34 |
| Binary | 11 | 111011 | 10001100 | 1100010 | 111010 | 0 | 101101 | 11010111 | 1100000 | 11100 |
Color Harmonies of #033B8C
Complementary color
Monochromatic Colors of #033B8C
Black with #033B8C
Text Example
Text Example
White with #033B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033B8C; }
p { color: rgb(3,59,140); }
H1.HeaderClassName
{
color: #033B8C;
}
.AnyTagClassName
{
color: #033B8C;
}
</style>
background-color css
<style>
a { background-color: #033B8C; }
a { background-color: rgb(3,59,140); }
div.DivClassName
{
background-color: #033B8C;
}
.BgClassName
{
background-color: #033B8C;
}
</style>
border-color css
<style>
span { border-color: #033B8C; }
span { border-color: rgb(3,59,140); }
td.TdClassName
{
border-color: #033B8C;
}
.TagClassName
{
border-color: #033B8C;
}
</style>