Shades of Smalt #03258A
Tints of Smalt #03258A
RGB
CMYK
RGB Variations
Color information
#03258A (or 0x03258A) is known color: Smalt. HEX triplet: 03, 25 and 8A. RGB value is (3,37,138). Sum of RGB (Red+Green+Blue) = 3+37+138=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 138 (54.30% from 255 or 77.53% from 178); Max value from RGB is 138 - color contains mainly: blue. Hex color #03258A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03258A is #FCDA75. Grayscale: #252525. Windows color (decimal): -16570998 or 9053443. OLE color: 9053443.
HSL color Cylindrical-coordinate representation of color #03258A: hue angle of 224.89º 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 #03258A is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 37 | 138 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.46 |
| HSL | 224.89º | 0.96% | 0.28% | - |
| HSV(B) | 224.89º | 0.98% | 0.54% | - |
| XYZ | 5.29 | 3.18 | 24.38 | - |
| YUV | 38.35 | 184.24 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 138 | 0.98 | 0.73 | 0 | 0.46 | 224.89 | 0.96 | 0.28 |
| Hex | 3 | 25 | 8A | 62 | 49 | 0 | 2E | E1 | 60 | 1C |
| Octal | 3 | 45 | 212 | 142 | 111 | 0 | 56 | 341 | 140 | 34 |
| Binary | 11 | 100101 | 10001010 | 1100010 | 1001001 | 0 | 101110 | 11100001 | 1100000 | 11100 |
Color Harmonies of #03258A
Complementary color
Monochromatic Colors of #03258A
Black with #03258A
Text Example
Text Example
White with #03258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03258A; }
p { color: rgb(3,37,138); }
H1.HeaderClassName
{
color: #03258A;
}
.AnyTagClassName
{
color: #03258A;
}
</style>
background-color css
<style>
a { background-color: #03258A; }
a { background-color: rgb(3,37,138); }
div.DivClassName
{
background-color: #03258A;
}
.BgClassName
{
background-color: #03258A;
}
</style>
border-color css
<style>
span { border-color: #03258A; }
span { border-color: rgb(3,37,138); }
td.TdClassName
{
border-color: #03258A;
}
.TagClassName
{
border-color: #03258A;
}
</style>