Shades of Smalt #002384
Tints of Smalt #002384
RGB
CMYK
RGB Variations
Color information
#002384 (or 0x002384) is known color: Smalt. HEX triplet: 00, 23 and 84. RGB value is (0,35,132). Sum of RGB (Red+Green+Blue) = 0+35+132=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 132 (51.95% from 255 or 79.04% from 167); Max value from RGB is 132 - color contains mainly: blue. Hex color #002384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002384 is #FFDC7B. Grayscale: #232323. Windows color (decimal): -16768124 or 8659712. OLE color: 8659712.
HSL color Cylindrical-coordinate representation of color #002384: hue angle of 224.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002384 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 35 | 132 | - |
| CMYK | 1 | 0.73 | 0 | 0.48 |
| HSL | 224.09º | 1% | 0.26% | - |
| HSV(B) | 224.09º | 1% | 0.52% | - |
| XYZ | 4.77 | 2.87 | 22.13 | - |
| YUV | 35.59 | 182.4 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 132 | 1 | 0.73 | 0 | 0.48 | 224.09 | 1 | 0.26 |
| Hex | 0 | 23 | 84 | 64 | 49 | 0 | 30 | E0 | 64 | 1A |
| Octal | 0 | 43 | 204 | 144 | 111 | 0 | 60 | 340 | 144 | 32 |
| Binary | 0 | 100011 | 10000100 | 1100100 | 1001001 | 0 | 110000 | 11100000 | 1100100 | 11010 |
Color Harmonies of #002384
Complementary color
Monochromatic Colors of #002384
Black with #002384
Text Example
Text Example
White with #002384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002384; }
p { color: rgb(0,35,132); }
H1.HeaderClassName
{
color: #002384;
}
.AnyTagClassName
{
color: #002384;
}
</style>
background-color css
<style>
a { background-color: #002384; }
a { background-color: rgb(0,35,132); }
div.DivClassName
{
background-color: #002384;
}
.BgClassName
{
background-color: #002384;
}
</style>
border-color css
<style>
span { border-color: #002384; }
span { border-color: rgb(0,35,132); }
td.TdClassName
{
border-color: #002384;
}
.TagClassName
{
border-color: #002384;
}
</style>