Shades of Smalt #00359D
Tints of Smalt #00359D
RGB
CMYK
RGB Variations
Color information
#00359D (or 0x00359D) is known color: Smalt. HEX triplet: 00, 35 and 9D. RGB value is (0,53,157). Sum of RGB (Red+Green+Blue) = 0+53+157=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #00359D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00359D is #FFCA62. Grayscale: #303030. Windows color (decimal): -16763491 or 10302720. OLE color: 10302720.
HSL color Cylindrical-coordinate representation of color #00359D: hue angle of 219.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00359D is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 53 | 157 | - |
| CMYK | 1 | 0.66 | 0 | 0.38 |
| HSL | 219.75º | 1% | 0.31% | - |
| HSV(B) | 219.75º | 1% | 0.62% | - |
| XYZ | 7.36 | 4.98 | 32.47 | - |
| YUV | 49.01 | 188.94 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 157 | 1 | 0.66 | 0 | 0.38 | 219.75 | 1 | 0.31 |
| Hex | 0 | 35 | 9D | 64 | 42 | 0 | 26 | DC | 64 | 1F |
| Octal | 0 | 65 | 235 | 144 | 102 | 0 | 46 | 334 | 144 | 37 |
| Binary | 0 | 110101 | 10011101 | 1100100 | 1000010 | 0 | 100110 | 11011100 | 1100100 | 11111 |
Color Harmonies of #00359D
Complementary color
Monochromatic Colors of #00359D
Black with #00359D
Text Example
Text Example
White with #00359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00359D; }
p { color: rgb(0,53,157); }
H1.HeaderClassName
{
color: #00359D;
}
.AnyTagClassName
{
color: #00359D;
}
</style>
background-color css
<style>
a { background-color: #00359D; }
a { background-color: rgb(0,53,157); }
div.DivClassName
{
background-color: #00359D;
}
.BgClassName
{
background-color: #00359D;
}
</style>
border-color css
<style>
span { border-color: #00359D; }
span { border-color: rgb(0,53,157); }
td.TdClassName
{
border-color: #00359D;
}
.TagClassName
{
border-color: #00359D;
}
</style>