Shades of Smalt #00349A
Tints of Smalt #00349A
RGB
CMYK
RGB Variations
Color information
#00349A (or 0x00349A) is known color: Smalt. HEX triplet: 00, 34 and 9A. RGB value is (0,52,154). Sum of RGB (Red+Green+Blue) = 0+52+154=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 154 (60.55% from 255 or 74.76% from 206); Max value from RGB is 154 - color contains mainly: blue. Hex color #00349A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00349A is #FFCB65. Grayscale: #2F2F2F. Windows color (decimal): -16763750 or 10105856. OLE color: 10105856.
HSL color Cylindrical-coordinate representation of color #00349A: hue angle of 219.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00349A is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 52 | 154 | - |
| CMYK | 1 | 0.66 | 0 | 0.40 |
| HSL | 219.74º | 1% | 0.3% | - |
| HSV(B) | 219.74º | 1% | 0.6% | - |
| XYZ | 7.06 | 4.79 | 31.12 | - |
| YUV | 48.08 | 187.77 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 154 | 1 | 0.66 | 0 | 0.40 | 219.74 | 1 | 0.3 |
| Hex | 0 | 34 | 9A | 64 | 42 | 0 | 28 | DC | 64 | 1E |
| Octal | 0 | 64 | 232 | 144 | 102 | 0 | 50 | 334 | 144 | 36 |
| Binary | 0 | 110100 | 10011010 | 1100100 | 1000010 | 0 | 101000 | 11011100 | 1100100 | 11110 |
Color Harmonies of #00349A
Complementary color
Monochromatic Colors of #00349A
Black with #00349A
Text Example
Text Example
White with #00349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00349A; }
p { color: rgb(0,52,154); }
H1.HeaderClassName
{
color: #00349A;
}
.AnyTagClassName
{
color: #00349A;
}
</style>
background-color css
<style>
a { background-color: #00349A; }
a { background-color: rgb(0,52,154); }
div.DivClassName
{
background-color: #00349A;
}
.BgClassName
{
background-color: #00349A;
}
</style>
border-color css
<style>
span { border-color: #00349A; }
span { border-color: rgb(0,52,154); }
td.TdClassName
{
border-color: #00349A;
}
.TagClassName
{
border-color: #00349A;
}
</style>