Shades of Smalt #03268B
Tints of Smalt #03268B
RGB
CMYK
RGB Variations
Color information
#03268B (or 0x03268B) is known color: Smalt. HEX triplet: 03, 26 and 8B. RGB value is (3,38,139). Sum of RGB (Red+Green+Blue) = 3+38+139=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 139 (54.69% from 255 or 77.22% from 180); Max value from RGB is 139 - color contains mainly: blue. Hex color #03268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03268B is #FCD974. Grayscale: #262626. Windows color (decimal): -16570741 or 9119235. OLE color: 9119235.
HSL color Cylindrical-coordinate representation of color #03268B: hue angle of 224.56º 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 #03268B is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 38 | 139 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.45 |
| HSL | 224.56º | 0.96% | 0.28% | - |
| HSV(B) | 224.56º | 0.98% | 0.55% | - |
| XYZ | 5.39 | 3.27 | 24.77 | - |
| YUV | 39.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 139 | 0.98 | 0.73 | 0 | 0.45 | 224.56 | 0.96 | 0.28 |
| Hex | 3 | 26 | 8B | 62 | 49 | 0 | 2D | E1 | 60 | 1C |
| Octal | 3 | 46 | 213 | 142 | 111 | 0 | 55 | 341 | 140 | 34 |
| Binary | 11 | 100110 | 10001011 | 1100010 | 1001001 | 0 | 101101 | 11100001 | 1100000 | 11100 |
Color Harmonies of #03268B
Complementary color
Monochromatic Colors of #03268B
Black with #03268B
Text Example
Text Example
White with #03268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03268B; }
p { color: rgb(3,38,139); }
H1.HeaderClassName
{
color: #03268B;
}
.AnyTagClassName
{
color: #03268B;
}
</style>
background-color css
<style>
a { background-color: #03268B; }
a { background-color: rgb(3,38,139); }
div.DivClassName
{
background-color: #03268B;
}
.BgClassName
{
background-color: #03268B;
}
</style>
border-color css
<style>
span { border-color: #03268B; }
span { border-color: rgb(3,38,139); }
td.TdClassName
{
border-color: #03268B;
}
.TagClassName
{
border-color: #03268B;
}
</style>