Shades of Sherpa Blue #034C51
Tints of Sherpa Blue #034C51
RGB
CMYK
RGB Variations
Color information
#034C51 (or 0x034C51) is known color: Sherpa Blue. HEX triplet: 03, 4C and 51. RGB value is (3,76,81). Sum of RGB (Red+Green+Blue) = 3+76+81=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #034C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C51 is #FCB3AE. Grayscale: #363636. Windows color (decimal): -16561071 or 5327875. OLE color: 5327875.
HSL color Cylindrical-coordinate representation of color #034C51: hue angle of 183.85º 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 #034C51 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 76 | 81 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.68 |
| HSL | 183.85º | 0.93% | 0.16% | - |
| HSV(B) | 183.85º | 0.96% | 0.32% | - |
| XYZ | 4.11 | 5.78 | 8.68 | - |
| YUV | 54.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 81 | 0.96 | 0.06 | 0 | 0.68 | 183.85 | 0.93 | 0.16 |
| Hex | 3 | 4C | 51 | 60 | 6 | 0 | 44 | B8 | 5D | 10 |
| Octal | 3 | 114 | 121 | 140 | 6 | 0 | 104 | 270 | 135 | 20 |
| Binary | 11 | 1001100 | 1010001 | 1100000 | 110 | 0 | 1000100 | 10111000 | 1011101 | 10000 |
Color Harmonies of #034C51
Complementary color
Monochromatic Colors of #034C51
Black with #034C51
Text Example
Text Example
White with #034C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034C51; }
p { color: rgb(3,76,81); }
H1.HeaderClassName
{
color: #034C51;
}
.AnyTagClassName
{
color: #034C51;
}
</style>
background-color css
<style>
a { background-color: #034C51; }
a { background-color: rgb(3,76,81); }
div.DivClassName
{
background-color: #034C51;
}
.BgClassName
{
background-color: #034C51;
}
</style>
border-color css
<style>
span { border-color: #034C51; }
span { border-color: rgb(3,76,81); }
td.TdClassName
{
border-color: #034C51;
}
.TagClassName
{
border-color: #034C51;
}
</style>