Shades of Smalt #003495
Tints of Smalt #003495
RGB
CMYK
RGB Variations
Color information
#003495 (or 0x003495) is known color: Smalt. HEX triplet: 00, 34 and 95. RGB value is (0,52,149). Sum of RGB (Red+Green+Blue) = 0+52+149=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #003495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003495 is #FFCB6A. Grayscale: #2F2F2F. Windows color (decimal): -16763755 or 9778176. OLE color: 9778176.
HSL color Cylindrical-coordinate representation of color #003495: hue angle of 219.06º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003495 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 52 | 149 | - |
| CMYK | 1 | 0.65 | 0 | 0.42 |
| HSL | 219.06º | 1% | 0.29% | - |
| HSV(B) | 219.06º | 1% | 0.58% | - |
| XYZ | 6.65 | 4.63 | 28.98 | - |
| YUV | 47.51 | 185.27 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 149 | 1 | 0.65 | 0 | 0.42 | 219.06 | 1 | 0.29 |
| Hex | 0 | 34 | 95 | 64 | 41 | 0 | 2A | DB | 64 | 1D |
| Octal | 0 | 64 | 225 | 144 | 101 | 0 | 52 | 333 | 144 | 35 |
| Binary | 0 | 110100 | 10010101 | 1100100 | 1000001 | 0 | 101010 | 11011011 | 1100100 | 11101 |
Color Harmonies of #003495
Complementary color
Monochromatic Colors of #003495
Black with #003495
Text Example
Text Example
White with #003495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003495; }
p { color: rgb(0,52,149); }
H1.HeaderClassName
{
color: #003495;
}
.AnyTagClassName
{
color: #003495;
}
</style>
background-color css
<style>
a { background-color: #003495; }
a { background-color: rgb(0,52,149); }
div.DivClassName
{
background-color: #003495;
}
.BgClassName
{
background-color: #003495;
}
</style>
border-color css
<style>
span { border-color: #003495; }
span { border-color: rgb(0,52,149); }
td.TdClassName
{
border-color: #003495;
}
.TagClassName
{
border-color: #003495;
}
</style>