Shades of Smalt #03299A
Tints of Smalt #03299A
RGB
CMYK
RGB Variations
Color information
#03299A (or 0x03299A) is known color: Smalt. HEX triplet: 03, 29 and 9A. RGB value is (3,41,154). Sum of RGB (Red+Green+Blue) = 3+41+154=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 154 (60.55% from 255 or 77.78% from 198); Max value from RGB is 154 - color contains mainly: blue. Hex color #03299A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03299A is #FCD665. Grayscale: #2A2A2A. Windows color (decimal): -16569958 or 10103043. OLE color: 10103043.
HSL color Cylindrical-coordinate representation of color #03299A: hue angle of 224.9º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03299A is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 41 | 154 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.40 |
| HSL | 224.9º | 0.96% | 0.31% | - |
| HSV(B) | 224.9º | 0.98% | 0.6% | - |
| XYZ | 6.66 | 3.94 | 30.98 | - |
| YUV | 42.52 | 190.91 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 154 | 0.98 | 0.73 | 0 | 0.40 | 224.9 | 0.96 | 0.31 |
| Hex | 3 | 29 | 9A | 62 | 49 | 0 | 28 | E1 | 60 | 1F |
| Octal | 3 | 51 | 232 | 142 | 111 | 0 | 50 | 341 | 140 | 37 |
| Binary | 11 | 101001 | 10011010 | 1100010 | 1001001 | 0 | 101000 | 11100001 | 1100000 | 11111 |
Color Harmonies of #03299A
Complementary color
Monochromatic Colors of #03299A
Black with #03299A
Text Example
Text Example
White with #03299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03299A; }
p { color: rgb(3,41,154); }
H1.HeaderClassName
{
color: #03299A;
}
.AnyTagClassName
{
color: #03299A;
}
</style>
background-color css
<style>
a { background-color: #03299A; }
a { background-color: rgb(3,41,154); }
div.DivClassName
{
background-color: #03299A;
}
.BgClassName
{
background-color: #03299A;
}
</style>
border-color css
<style>
span { border-color: #03299A; }
span { border-color: rgb(3,41,154); }
td.TdClassName
{
border-color: #03299A;
}
.TagClassName
{
border-color: #03299A;
}
</style>