Shades of Smalt #02388C
Tints of Smalt #02388C
RGB
CMYK
RGB Variations
Color information
#02388C (or 0x02388C) is known color: Smalt. HEX triplet: 02, 38 and 8C. RGB value is (2,56,140). Sum of RGB (Red+Green+Blue) = 2+56+140=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #02388C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02388C is #FDC773. Grayscale: #313131. Windows color (decimal): -16631668 or 9189378. OLE color: 9189378.
HSL color Cylindrical-coordinate representation of color #02388C: hue angle of 216.52º 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 #02388C is Cyan = 0.99, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 56 | 140 | - |
| CMYK | 0.99 | 0.6 | 0 | 0.45 |
| HSL | 216.52º | 0.97% | 0.28% | - |
| HSV(B) | 216.52º | 0.99% | 0.55% | - |
| XYZ | 6.17 | 4.73 | 25.4 | - |
| YUV | 49.43 | 179.11 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 140 | 0.99 | 0.6 | 0 | 0.45 | 216.52 | 0.97 | 0.28 |
| Hex | 2 | 38 | 8C | 63 | 3C | 0 | 2D | D9 | 61 | 1C |
| Octal | 2 | 70 | 214 | 143 | 74 | 0 | 55 | 331 | 141 | 34 |
| Binary | 10 | 111000 | 10001100 | 1100011 | 111100 | 0 | 101101 | 11011001 | 1100001 | 11100 |
Color Harmonies of #02388C
Complementary color
Monochromatic Colors of #02388C
Black with #02388C
Text Example
Text Example
White with #02388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02388C; }
p { color: rgb(2,56,140); }
H1.HeaderClassName
{
color: #02388C;
}
.AnyTagClassName
{
color: #02388C;
}
</style>
background-color css
<style>
a { background-color: #02388C; }
a { background-color: rgb(2,56,140); }
div.DivClassName
{
background-color: #02388C;
}
.BgClassName
{
background-color: #02388C;
}
</style>
border-color css
<style>
span { border-color: #02388C; }
span { border-color: rgb(2,56,140); }
td.TdClassName
{
border-color: #02388C;
}
.TagClassName
{
border-color: #02388C;
}
</style>