Shades of Smalt #03309A
Tints of Smalt #03309A
RGB
CMYK
RGB Variations
Color information
#03309A (or 0x03309A) is known color: Smalt. HEX triplet: 03, 30 and 9A. RGB value is (3,48,154). Sum of RGB (Red+Green+Blue) = 3+48+154=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 154 (60.55% from 255 or 75.12% from 205); Max value from RGB is 154 - color contains mainly: blue. Hex color #03309A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03309A is #FCCF65. Grayscale: #2E2E2E. Windows color (decimal): -16568166 or 10104835. OLE color: 10104835.
HSL color Cylindrical-coordinate representation of color #03309A: hue angle of 222.12º 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 #03309A is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 48 | 154 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.40 |
| HSL | 222.12º | 0.96% | 0.31% | - |
| HSV(B) | 222.12º | 0.98% | 0.6% | - |
| XYZ | 6.93 | 4.47 | 31.07 | - |
| YUV | 46.63 | 188.59 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 154 | 0.98 | 0.69 | 0 | 0.40 | 222.12 | 0.96 | 0.31 |
| Hex | 3 | 30 | 9A | 62 | 45 | 0 | 28 | DE | 60 | 1F |
| Octal | 3 | 60 | 232 | 142 | 105 | 0 | 50 | 336 | 140 | 37 |
| Binary | 11 | 110000 | 10011010 | 1100010 | 1000101 | 0 | 101000 | 11011110 | 1100000 | 11111 |
Color Harmonies of #03309A
Complementary color
Monochromatic Colors of #03309A
Black with #03309A
Text Example
Text Example
White with #03309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03309A; }
p { color: rgb(3,48,154); }
H1.HeaderClassName
{
color: #03309A;
}
.AnyTagClassName
{
color: #03309A;
}
</style>
background-color css
<style>
a { background-color: #03309A; }
a { background-color: rgb(3,48,154); }
div.DivClassName
{
background-color: #03309A;
}
.BgClassName
{
background-color: #03309A;
}
</style>
border-color css
<style>
span { border-color: #03309A; }
span { border-color: rgb(3,48,154); }
td.TdClassName
{
border-color: #03309A;
}
.TagClassName
{
border-color: #03309A;
}
</style>