Shades of Sherpa Blue #034C60
Tints of Sherpa Blue #034C60
RGB
CMYK
RGB Variations
Color information
#034C60 (or 0x034C60) is known color: Sherpa Blue. HEX triplet: 03, 4C and 60. RGB value is (3,76,96). Sum of RGB (Red+Green+Blue) = 3+76+96=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #034C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C60 is #FCB39F. Grayscale: #383838. Windows color (decimal): -16561056 or 6310915. OLE color: 6310915.
HSL color Cylindrical-coordinate representation of color #034C60: hue angle of 192.9º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034C60 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 76 | 96 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.62 |
| HSL | 192.9º | 0.94% | 0.19% | - |
| HSV(B) | 192.9º | 0.97% | 0.38% | - |
| XYZ | 4.73 | 6.03 | 11.98 | - |
| YUV | 56.45 | 150.32 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 96 | 0.97 | 0.21 | 0 | 0.62 | 192.9 | 0.94 | 0.19 |
| Hex | 3 | 4C | 60 | 61 | 15 | 0 | 3E | C1 | 5E | 13 |
| Octal | 3 | 114 | 140 | 141 | 25 | 0 | 76 | 301 | 136 | 23 |
| Binary | 11 | 1001100 | 1100000 | 1100001 | 10101 | 0 | 111110 | 11000001 | 1011110 | 10011 |
Color Harmonies of #034C60
Complementary color
Monochromatic Colors of #034C60
Black with #034C60
Text Example
Text Example
White with #034C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034C60; }
p { color: rgb(3,76,96); }
H1.HeaderClassName
{
color: #034C60;
}
.AnyTagClassName
{
color: #034C60;
}
</style>
background-color css
<style>
a { background-color: #034C60; }
a { background-color: rgb(3,76,96); }
div.DivClassName
{
background-color: #034C60;
}
.BgClassName
{
background-color: #034C60;
}
</style>
border-color css
<style>
span { border-color: #034C60; }
span { border-color: rgb(3,76,96); }
td.TdClassName
{
border-color: #034C60;
}
.TagClassName
{
border-color: #034C60;
}
</style>