Shades of Smalt #03228C
Tints of Smalt #03228C
RGB
CMYK
RGB Variations
Color information
#03228C (or 0x03228C) is known color: Smalt. HEX triplet: 03, 22 and 8C. RGB value is (3,34,140). Sum of RGB (Red+Green+Blue) = 3+34+140=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 140 (55.08% from 255 or 79.10% from 177); Max value from RGB is 140 - color contains mainly: blue. Hex color #03228C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03228C is #FCDD73. Grayscale: #242424. Windows color (decimal): -16571764 or 9183747. OLE color: 9183747.
HSL color Cylindrical-coordinate representation of color #03228C: hue angle of 226.42º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03228C is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 34 | 140 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.45 |
| HSL | 226.42º | 0.96% | 0.28% | - |
| HSV(B) | 226.42º | 0.98% | 0.55% | - |
| XYZ | 5.34 | 3.06 | 25.12 | - |
| YUV | 36.82 | 186.23 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 140 | 0.98 | 0.76 | 0 | 0.45 | 226.42 | 0.96 | 0.28 |
| Hex | 3 | 22 | 8C | 62 | 4C | 0 | 2D | E2 | 60 | 1C |
| Octal | 3 | 42 | 214 | 142 | 114 | 0 | 55 | 342 | 140 | 34 |
| Binary | 11 | 100010 | 10001100 | 1100010 | 1001100 | 0 | 101101 | 11100010 | 1100000 | 11100 |
Color Harmonies of #03228C
Complementary color
Monochromatic Colors of #03228C
Black with #03228C
Text Example
Text Example
White with #03228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03228C; }
p { color: rgb(3,34,140); }
H1.HeaderClassName
{
color: #03228C;
}
.AnyTagClassName
{
color: #03228C;
}
</style>
background-color css
<style>
a { background-color: #03228C; }
a { background-color: rgb(3,34,140); }
div.DivClassName
{
background-color: #03228C;
}
.BgClassName
{
background-color: #03228C;
}
</style>
border-color css
<style>
span { border-color: #03228C; }
span { border-color: rgb(3,34,140); }
td.TdClassName
{
border-color: #03228C;
}
.TagClassName
{
border-color: #03228C;
}
</style>