Shades of Smalt #033A8A
Tints of Smalt #033A8A
RGB
CMYK
RGB Variations
Color information
#033A8A (or 0x033A8A) is known color: Smalt. HEX triplet: 03, 3A and 8A. RGB value is (3,58,138). Sum of RGB (Red+Green+Blue) = 3+58+138=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 138 (54.30% from 255 or 69.35% from 199); Max value from RGB is 138 - color contains mainly: blue. Hex color #033A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033A8A is #FCC575. Grayscale: #323232. Windows color (decimal): -16565622 or 9058819. OLE color: 9058819.
HSL color Cylindrical-coordinate representation of color #033A8A: hue angle of 215.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033A8A is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 58 | 138 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.46 |
| HSL | 215.56º | 0.96% | 0.28% | - |
| HSV(B) | 215.56º | 0.98% | 0.54% | - |
| XYZ | 6.14 | 4.88 | 24.66 | - |
| YUV | 50.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 138 | 0.98 | 0.58 | 0 | 0.46 | 215.56 | 0.96 | 0.28 |
| Hex | 3 | 3A | 8A | 62 | 3A | 0 | 2E | D8 | 60 | 1C |
| Octal | 3 | 72 | 212 | 142 | 72 | 0 | 56 | 330 | 140 | 34 |
| Binary | 11 | 111010 | 10001010 | 1100010 | 111010 | 0 | 101110 | 11011000 | 1100000 | 11100 |
Color Harmonies of #033A8A
Complementary color
Monochromatic Colors of #033A8A
Black with #033A8A
Text Example
Text Example
White with #033A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A8A; }
p { color: rgb(3,58,138); }
H1.HeaderClassName
{
color: #033A8A;
}
.AnyTagClassName
{
color: #033A8A;
}
</style>
background-color css
<style>
a { background-color: #033A8A; }
a { background-color: rgb(3,58,138); }
div.DivClassName
{
background-color: #033A8A;
}
.BgClassName
{
background-color: #033A8A;
}
</style>
border-color css
<style>
span { border-color: #033A8A; }
span { border-color: rgb(3,58,138); }
td.TdClassName
{
border-color: #033A8A;
}
.TagClassName
{
border-color: #033A8A;
}
</style>