Shades of Sherpa Blue #03465F
Tints of Sherpa Blue #03465F
RGB
CMYK
RGB Variations
Color information
#03465F (or 0x03465F) is known color: Sherpa Blue. HEX triplet: 03, 46 and 5F. RGB value is (3,70,95). Sum of RGB (Red+Green+Blue) = 3+70+95=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #03465F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03465F is #FCB9A0. Grayscale: #343434. Windows color (decimal): -16562593 or 6243843. OLE color: 6243843.
HSL color Cylindrical-coordinate representation of color #03465F: hue angle of 196.3º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03465F is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 70 | 95 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.63 |
| HSL | 196.3º | 0.94% | 0.19% | - |
| HSV(B) | 196.3º | 0.97% | 0.37% | - |
| XYZ | 4.29 | 5.23 | 11.61 | - |
| YUV | 52.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 95 | 0.97 | 0.26 | 0 | 0.63 | 196.3 | 0.94 | 0.19 |
| Hex | 3 | 46 | 5F | 61 | 1A | 0 | 3F | C4 | 5E | 13 |
| Octal | 3 | 106 | 137 | 141 | 32 | 0 | 77 | 304 | 136 | 23 |
| Binary | 11 | 1000110 | 1011111 | 1100001 | 11010 | 0 | 111111 | 11000100 | 1011110 | 10011 |
Color Harmonies of #03465F
Complementary color
Monochromatic Colors of #03465F
Black with #03465F
Text Example
Text Example
White with #03465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03465F; }
p { color: rgb(3,70,95); }
H1.HeaderClassName
{
color: #03465F;
}
.AnyTagClassName
{
color: #03465F;
}
</style>
background-color css
<style>
a { background-color: #03465F; }
a { background-color: rgb(3,70,95); }
div.DivClassName
{
background-color: #03465F;
}
.BgClassName
{
background-color: #03465F;
}
</style>
border-color css
<style>
span { border-color: #03465F; }
span { border-color: rgb(3,70,95); }
td.TdClassName
{
border-color: #03465F;
}
.TagClassName
{
border-color: #03465F;
}
</style>