Shades of Sherpa Blue #03464D
Tints of Sherpa Blue #03464D
RGB
CMYK
RGB Variations
Color information
#03464D (or 0x03464D) is known color: Sherpa Blue. HEX triplet: 03, 46 and 4D. RGB value is (3,70,77). Sum of RGB (Red+Green+Blue) = 3+70+77=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #03464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03464D is #FCB9B2. Grayscale: #323232. Windows color (decimal): -16562611 or 5064195. OLE color: 5064195.
HSL color Cylindrical-coordinate representation of color #03464D: hue angle of 185.68º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03464D is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 70 | 77 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.70 |
| HSL | 185.68º | 0.93% | 0.16% | - |
| HSV(B) | 185.68º | 0.96% | 0.3% | - |
| XYZ | 3.57 | 4.94 | 7.79 | - |
| YUV | 50.77 | 142.8 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 77 | 0.96 | 0.09 | 0 | 0.70 | 185.68 | 0.93 | 0.16 |
| Hex | 3 | 46 | 4D | 60 | 9 | 0 | 46 | BA | 5C | 10 |
| Octal | 3 | 106 | 115 | 140 | 11 | 0 | 106 | 272 | 134 | 20 |
| Binary | 11 | 1000110 | 1001101 | 1100000 | 1001 | 0 | 1000110 | 10111010 | 1011100 | 10000 |
Color Harmonies of #03464D
Complementary color
Monochromatic Colors of #03464D
Black with #03464D
Text Example
Text Example
White with #03464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03464D; }
p { color: rgb(3,70,77); }
H1.HeaderClassName
{
color: #03464D;
}
.AnyTagClassName
{
color: #03464D;
}
</style>
background-color css
<style>
a { background-color: #03464D; }
a { background-color: rgb(3,70,77); }
div.DivClassName
{
background-color: #03464D;
}
.BgClassName
{
background-color: #03464D;
}
</style>
border-color css
<style>
span { border-color: #03464D; }
span { border-color: rgb(3,70,77); }
td.TdClassName
{
border-color: #03464D;
}
.TagClassName
{
border-color: #03464D;
}
</style>