Shades of Smalt #02338C
Tints of Smalt #02338C
RGB
CMYK
RGB Variations
Color information
#02338C (or 0x02338C) is known color: Smalt. HEX triplet: 02, 33 and 8C. RGB value is (2,51,140). Sum of RGB (Red+Green+Blue) = 2+51+140=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #02338C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02338C is #FDCC73. Grayscale: #2E2E2E. Windows color (decimal): -16632948 or 9188098. OLE color: 9188098.
HSL color Cylindrical-coordinate representation of color #02338C: hue angle of 218.7º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02338C is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 51 | 140 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.45 |
| HSL | 218.7º | 0.97% | 0.28% | - |
| HSV(B) | 218.7º | 0.99% | 0.55% | - |
| XYZ | 5.94 | 4.27 | 25.32 | - |
| YUV | 46.5 | 180.77 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 140 | 0.99 | 0.64 | 0 | 0.45 | 218.7 | 0.97 | 0.28 |
| Hex | 2 | 33 | 8C | 63 | 40 | 0 | 2D | DB | 61 | 1C |
| Octal | 2 | 63 | 214 | 143 | 100 | 0 | 55 | 333 | 141 | 34 |
| Binary | 10 | 110011 | 10001100 | 1100011 | 1000000 | 0 | 101101 | 11011011 | 1100001 | 11100 |
Color Harmonies of #02338C
Complementary color
Monochromatic Colors of #02338C
Black with #02338C
Text Example
Text Example
White with #02338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02338C; }
p { color: rgb(2,51,140); }
H1.HeaderClassName
{
color: #02338C;
}
.AnyTagClassName
{
color: #02338C;
}
</style>
background-color css
<style>
a { background-color: #02338C; }
a { background-color: rgb(2,51,140); }
div.DivClassName
{
background-color: #02338C;
}
.BgClassName
{
background-color: #02338C;
}
</style>
border-color css
<style>
span { border-color: #02338C; }
span { border-color: rgb(2,51,140); }
td.TdClassName
{
border-color: #02338C;
}
.TagClassName
{
border-color: #02338C;
}
</style>