Shades of Sherpa Blue #03464F
Tints of Sherpa Blue #03464F
RGB
CMYK
RGB Variations
Color information
#03464F (or 0x03464F) is known color: Sherpa Blue. HEX triplet: 03, 46 and 4F. RGB value is (3,70,79). Sum of RGB (Red+Green+Blue) = 3+70+79=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #03464F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03464F is #FCB9B0. Grayscale: #323232. Windows color (decimal): -16562609 or 5195267. OLE color: 5195267.
HSL color Cylindrical-coordinate representation of color #03464F: hue angle of 187.11º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03464F is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 70 | 79 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.69 |
| HSL | 187.11º | 0.93% | 0.16% | - |
| HSV(B) | 187.11º | 0.96% | 0.31% | - |
| XYZ | 3.64 | 4.96 | 8.16 | - |
| YUV | 50.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 79 | 0.96 | 0.11 | 0 | 0.69 | 187.11 | 0.93 | 0.16 |
| Hex | 3 | 46 | 4F | 60 | B | 0 | 45 | BB | 5D | 10 |
| Octal | 3 | 106 | 117 | 140 | 13 | 0 | 105 | 273 | 135 | 20 |
| Binary | 11 | 1000110 | 1001111 | 1100000 | 1011 | 0 | 1000101 | 10111011 | 1011101 | 10000 |
Color Harmonies of #03464F
Complementary color
Monochromatic Colors of #03464F
Black with #03464F
Text Example
Text Example
White with #03464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03464F; }
p { color: rgb(3,70,79); }
H1.HeaderClassName
{
color: #03464F;
}
.AnyTagClassName
{
color: #03464F;
}
</style>
background-color css
<style>
a { background-color: #03464F; }
a { background-color: rgb(3,70,79); }
div.DivClassName
{
background-color: #03464F;
}
.BgClassName
{
background-color: #03464F;
}
</style>
border-color css
<style>
span { border-color: #03464F; }
span { border-color: rgb(3,70,79); }
td.TdClassName
{
border-color: #03464F;
}
.TagClassName
{
border-color: #03464F;
}
</style>