Shades of Smalt #00359C
Tints of Smalt #00359C
RGB
CMYK
RGB Variations
Color information
#00359C (or 0x00359C) is known color: Smalt. HEX triplet: 00, 35 and 9C. RGB value is (0,53,156). Sum of RGB (Red+Green+Blue) = 0+53+156=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #00359C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00359C is #FFCA63. Grayscale: #303030. Windows color (decimal): -16763492 or 10237184. OLE color: 10237184.
HSL color Cylindrical-coordinate representation of color #00359C: hue angle of 219.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00359C is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 53 | 156 | - |
| CMYK | 1 | 0.66 | 0 | 0.39 |
| HSL | 219.62º | 1% | 0.31% | - |
| HSV(B) | 219.62º | 1% | 0.61% | - |
| XYZ | 7.27 | 4.95 | 32.02 | - |
| YUV | 48.9 | 188.44 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 156 | 1 | 0.66 | 0 | 0.39 | 219.62 | 1 | 0.31 |
| Hex | 0 | 35 | 9C | 64 | 42 | 0 | 27 | DC | 64 | 1F |
| Octal | 0 | 65 | 234 | 144 | 102 | 0 | 47 | 334 | 144 | 37 |
| Binary | 0 | 110101 | 10011100 | 1100100 | 1000010 | 0 | 100111 | 11011100 | 1100100 | 11111 |
Color Harmonies of #00359C
Complementary color
Monochromatic Colors of #00359C
Black with #00359C
Text Example
Text Example
White with #00359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00359C; }
p { color: rgb(0,53,156); }
H1.HeaderClassName
{
color: #00359C;
}
.AnyTagClassName
{
color: #00359C;
}
</style>
background-color css
<style>
a { background-color: #00359C; }
a { background-color: rgb(0,53,156); }
div.DivClassName
{
background-color: #00359C;
}
.BgClassName
{
background-color: #00359C;
}
</style>
border-color css
<style>
span { border-color: #00359C; }
span { border-color: rgb(0,53,156); }
td.TdClassName
{
border-color: #00359C;
}
.TagClassName
{
border-color: #00359C;
}
</style>