Shades of Sherpa Blue #034D51
Tints of Sherpa Blue #034D51
RGB
CMYK
RGB Variations
Color information
#034D51 (or 0x034D51) is known color: Sherpa Blue. HEX triplet: 03, 4D and 51. RGB value is (3,77,81). Sum of RGB (Red+Green+Blue) = 3+77+81=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #034D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D51 is #FCB2AE. Grayscale: #373737. Windows color (decimal): -16560815 or 5328131. OLE color: 5328131.
HSL color Cylindrical-coordinate representation of color #034D51: hue angle of 183.08º 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 #034D51 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 77 | 81 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.68 |
| HSL | 183.08º | 0.93% | 0.16% | - |
| HSV(B) | 183.08º | 0.96% | 0.32% | - |
| XYZ | 4.18 | 5.92 | 8.71 | - |
| YUV | 55.33 | 142.48 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 81 | 0.96 | 0.05 | 0 | 0.68 | 183.08 | 0.93 | 0.16 |
| Hex | 3 | 4D | 51 | 60 | 5 | 0 | 44 | B7 | 5D | 10 |
| Octal | 3 | 115 | 121 | 140 | 5 | 0 | 104 | 267 | 135 | 20 |
| Binary | 11 | 1001101 | 1010001 | 1100000 | 101 | 0 | 1000100 | 10110111 | 1011101 | 10000 |
Color Harmonies of #034D51
Complementary color
Monochromatic Colors of #034D51
Black with #034D51
Text Example
Text Example
White with #034D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D51; }
p { color: rgb(3,77,81); }
H1.HeaderClassName
{
color: #034D51;
}
.AnyTagClassName
{
color: #034D51;
}
</style>
background-color css
<style>
a { background-color: #034D51; }
a { background-color: rgb(3,77,81); }
div.DivClassName
{
background-color: #034D51;
}
.BgClassName
{
background-color: #034D51;
}
</style>
border-color css
<style>
span { border-color: #034D51; }
span { border-color: rgb(3,77,81); }
td.TdClassName
{
border-color: #034D51;
}
.TagClassName
{
border-color: #034D51;
}
</style>