Shades of Smalt #03369B
Tints of Smalt #03369B
RGB
CMYK
RGB Variations
Color information
#03369B (or 0x03369B) is known color: Smalt. HEX triplet: 03, 36 and 9B. RGB value is (3,54,155). Sum of RGB (Red+Green+Blue) = 3+54+155=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #03369B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03369B is #FCC964. Grayscale: #313131. Windows color (decimal): -16566629 or 10171907. OLE color: 10171907.
HSL color Cylindrical-coordinate representation of color #03369B: hue angle of 219.87º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03369B is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 54 | 155 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.39 |
| HSL | 219.87º | 0.96% | 0.31% | - |
| HSV(B) | 219.87º | 0.98% | 0.61% | - |
| XYZ | 7.27 | 5.02 | 31.6 | - |
| YUV | 50.27 | 187.1 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 155 | 0.98 | 0.65 | 0 | 0.39 | 219.87 | 0.96 | 0.31 |
| Hex | 3 | 36 | 9B | 62 | 41 | 0 | 27 | DC | 60 | 1F |
| Octal | 3 | 66 | 233 | 142 | 101 | 0 | 47 | 334 | 140 | 37 |
| Binary | 11 | 110110 | 10011011 | 1100010 | 1000001 | 0 | 100111 | 11011100 | 1100000 | 11111 |
Color Harmonies of #03369B
Complementary color
Monochromatic Colors of #03369B
Black with #03369B
Text Example
Text Example
White with #03369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03369B; }
p { color: rgb(3,54,155); }
H1.HeaderClassName
{
color: #03369B;
}
.AnyTagClassName
{
color: #03369B;
}
</style>
background-color css
<style>
a { background-color: #03369B; }
a { background-color: rgb(3,54,155); }
div.DivClassName
{
background-color: #03369B;
}
.BgClassName
{
background-color: #03369B;
}
</style>
border-color css
<style>
span { border-color: #03369B; }
span { border-color: rgb(3,54,155); }
td.TdClassName
{
border-color: #03369B;
}
.TagClassName
{
border-color: #03369B;
}
</style>