Shades of Smalt #033B9C
Tints of Smalt #033B9C
RGB
CMYK
RGB Variations
Color information
#033B9C (or 0x033B9C) is known color: Smalt. HEX triplet: 03, 3B and 9C. RGB value is (3,59,156). Sum of RGB (Red+Green+Blue) = 3+59+156=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #033B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033B9C is #FCC463. Grayscale: #343434. Windows color (decimal): -16565348 or 10238723. OLE color: 10238723.
HSL color Cylindrical-coordinate representation of color #033B9C: hue angle of 218.04º 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 #033B9C is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 59 | 156 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.39 |
| HSL | 218.04º | 0.96% | 0.31% | - |
| HSV(B) | 218.04º | 0.98% | 0.61% | - |
| XYZ | 7.6 | 5.55 | 32.12 | - |
| YUV | 53.31 | 185.95 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 156 | 0.98 | 0.62 | 0 | 0.39 | 218.04 | 0.96 | 0.31 |
| Hex | 3 | 3B | 9C | 62 | 3E | 0 | 27 | DA | 60 | 1F |
| Octal | 3 | 73 | 234 | 142 | 76 | 0 | 47 | 332 | 140 | 37 |
| Binary | 11 | 111011 | 10011100 | 1100010 | 111110 | 0 | 100111 | 11011010 | 1100000 | 11111 |
Color Harmonies of #033B9C
Complementary color
Monochromatic Colors of #033B9C
Black with #033B9C
Text Example
Text Example
White with #033B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033B9C; }
p { color: rgb(3,59,156); }
H1.HeaderClassName
{
color: #033B9C;
}
.AnyTagClassName
{
color: #033B9C;
}
</style>
background-color css
<style>
a { background-color: #033B9C; }
a { background-color: rgb(3,59,156); }
div.DivClassName
{
background-color: #033B9C;
}
.BgClassName
{
background-color: #033B9C;
}
</style>
border-color css
<style>
span { border-color: #033B9C; }
span { border-color: rgb(3,59,156); }
td.TdClassName
{
border-color: #033B9C;
}
.TagClassName
{
border-color: #033B9C;
}
</style>