Shades of Smalt #03238C
Tints of Smalt #03238C
RGB
CMYK
RGB Variations
Color information
#03238C (or 0x03238C) is known color: Smalt. HEX triplet: 03, 23 and 8C. RGB value is (3,35,140). Sum of RGB (Red+Green+Blue) = 3+35+140=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 140 (55.08% from 255 or 78.65% from 178); Max value from RGB is 140 - color contains mainly: blue. Hex color #03238C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03238C is #FCDC73. Grayscale: #242424. Windows color (decimal): -16571508 or 9184003. OLE color: 9184003.
HSL color Cylindrical-coordinate representation of color #03238C: hue angle of 225.99º 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 #03238C is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 35 | 140 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.45 |
| HSL | 225.99º | 0.96% | 0.28% | - |
| HSV(B) | 225.99º | 0.98% | 0.55% | - |
| XYZ | 5.37 | 3.11 | 25.13 | - |
| YUV | 37.4 | 185.9 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 140 | 0.98 | 0.75 | 0 | 0.45 | 225.99 | 0.96 | 0.28 |
| Hex | 3 | 23 | 8C | 62 | 4B | 0 | 2D | E2 | 60 | 1C |
| Octal | 3 | 43 | 214 | 142 | 113 | 0 | 55 | 342 | 140 | 34 |
| Binary | 11 | 100011 | 10001100 | 1100010 | 1001011 | 0 | 101101 | 11100010 | 1100000 | 11100 |
Color Harmonies of #03238C
Complementary color
Monochromatic Colors of #03238C
Black with #03238C
Text Example
Text Example
White with #03238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03238C; }
p { color: rgb(3,35,140); }
H1.HeaderClassName
{
color: #03238C;
}
.AnyTagClassName
{
color: #03238C;
}
</style>
background-color css
<style>
a { background-color: #03238C; }
a { background-color: rgb(3,35,140); }
div.DivClassName
{
background-color: #03238C;
}
.BgClassName
{
background-color: #03238C;
}
</style>
border-color css
<style>
span { border-color: #03238C; }
span { border-color: rgb(3,35,140); }
td.TdClassName
{
border-color: #03238C;
}
.TagClassName
{
border-color: #03238C;
}
</style>