Shades of Sherpa Blue #03514E
Tints of Sherpa Blue #03514E
RGB
CMYK
RGB Variations
Color information
#03514E (or 0x03514E) is known color: Sherpa Blue. HEX triplet: 03, 51 and 4E. RGB value is (3,81,78). Sum of RGB (Red+Green+Blue) = 3+81+78=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #03514E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03514E is #FCAEB1. Grayscale: #393939. Windows color (decimal): -16559794 or 5132547. OLE color: 5132547.
HSL color Cylindrical-coordinate representation of color #03514E: hue angle of 177.69º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03514E is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 81 | 78 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.68 |
| HSL | 177.69º | 0.93% | 0.16% | - |
| HSV(B) | 177.69º | 0.96% | 0.32% | - |
| XYZ | 4.36 | 6.45 | 8.22 | - |
| YUV | 57.34 | 139.66 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 78 | 0.96 | 0 | 0.04 | 0.68 | 177.69 | 0.93 | 0.16 |
| Hex | 3 | 51 | 4E | 60 | 0 | 4 | 44 | B2 | 5D | 10 |
| Octal | 3 | 121 | 116 | 140 | 0 | 4 | 104 | 262 | 135 | 20 |
| Binary | 11 | 1010001 | 1001110 | 1100000 | 0 | 100 | 1000100 | 10110010 | 1011101 | 10000 |
Color Harmonies of #03514E
Complementary color
Monochromatic Colors of #03514E
Black with #03514E
Text Example
Text Example
White with #03514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03514E; }
p { color: rgb(3,81,78); }
H1.HeaderClassName
{
color: #03514E;
}
.AnyTagClassName
{
color: #03514E;
}
</style>
background-color css
<style>
a { background-color: #03514E; }
a { background-color: rgb(3,81,78); }
div.DivClassName
{
background-color: #03514E;
}
.BgClassName
{
background-color: #03514E;
}
</style>
border-color css
<style>
span { border-color: #03514E; }
span { border-color: rgb(3,81,78); }
td.TdClassName
{
border-color: #03514E;
}
.TagClassName
{
border-color: #03514E;
}
</style>