Shades of Smalt #03288A
Tints of Smalt #03288A
RGB
CMYK
RGB Variations
Color information
#03288A (or 0x03288A) is known color: Smalt. HEX triplet: 03, 28 and 8A. RGB value is (3,40,138). Sum of RGB (Red+Green+Blue) = 3+40+138=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 138 (54.30% from 255 or 76.24% from 181); Max value from RGB is 138 - color contains mainly: blue. Hex color #03288A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03288A is #FCD775. Grayscale: #272727. Windows color (decimal): -16570230 or 9054211. OLE color: 9054211.
HSL color Cylindrical-coordinate representation of color #03288A: hue angle of 223.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03288A is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 40 | 138 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.46 |
| HSL | 223.56º | 0.96% | 0.28% | - |
| HSV(B) | 223.56º | 0.98% | 0.54% | - |
| XYZ | 5.38 | 3.37 | 24.41 | - |
| YUV | 40.11 | 183.24 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 138 | 0.98 | 0.71 | 0 | 0.46 | 223.56 | 0.96 | 0.28 |
| Hex | 3 | 28 | 8A | 62 | 47 | 0 | 2E | E0 | 60 | 1C |
| Octal | 3 | 50 | 212 | 142 | 107 | 0 | 56 | 340 | 140 | 34 |
| Binary | 11 | 101000 | 10001010 | 1100010 | 1000111 | 0 | 101110 | 11100000 | 1100000 | 11100 |
Color Harmonies of #03288A
Complementary color
Monochromatic Colors of #03288A
Black with #03288A
Text Example
Text Example
White with #03288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03288A; }
p { color: rgb(3,40,138); }
H1.HeaderClassName
{
color: #03288A;
}
.AnyTagClassName
{
color: #03288A;
}
</style>
background-color css
<style>
a { background-color: #03288A; }
a { background-color: rgb(3,40,138); }
div.DivClassName
{
background-color: #03288A;
}
.BgClassName
{
background-color: #03288A;
}
</style>
border-color css
<style>
span { border-color: #03288A; }
span { border-color: rgb(3,40,138); }
td.TdClassName
{
border-color: #03288A;
}
.TagClassName
{
border-color: #03288A;
}
</style>