Shades of Sherpa Blue #034C63
Tints of Sherpa Blue #034C63
RGB
CMYK
RGB Variations
Color information
#034C63 (or 0x034C63) is known color: Sherpa Blue. HEX triplet: 03, 4C and 63. RGB value is (3,76,99). Sum of RGB (Red+Green+Blue) = 3+76+99=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #034C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034C63 is #FCB39C. Grayscale: #383838. Windows color (decimal): -16561053 or 6507523. OLE color: 6507523.
HSL color Cylindrical-coordinate representation of color #034C63: hue angle of 194.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034C63 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 76 | 99 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.61 |
| HSL | 194.38º | 0.94% | 0.2% | - |
| HSV(B) | 194.38º | 0.97% | 0.39% | - |
| XYZ | 4.87 | 6.09 | 12.72 | - |
| YUV | 56.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 99 | 0.97 | 0.23 | 0 | 0.61 | 194.38 | 0.94 | 0.2 |
| Hex | 3 | 4C | 63 | 61 | 17 | 0 | 3D | C2 | 5E | 14 |
| Octal | 3 | 114 | 143 | 141 | 27 | 0 | 75 | 302 | 136 | 24 |
| Binary | 11 | 1001100 | 1100011 | 1100001 | 10111 | 0 | 111101 | 11000010 | 1011110 | 10100 |
Color Harmonies of #034C63
Complementary color
Monochromatic Colors of #034C63
Black with #034C63
Text Example
Text Example
White with #034C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034C63; }
p { color: rgb(3,76,99); }
H1.HeaderClassName
{
color: #034C63;
}
.AnyTagClassName
{
color: #034C63;
}
</style>
background-color css
<style>
a { background-color: #034C63; }
a { background-color: rgb(3,76,99); }
div.DivClassName
{
background-color: #034C63;
}
.BgClassName
{
background-color: #034C63;
}
</style>
border-color css
<style>
span { border-color: #034C63; }
span { border-color: rgb(3,76,99); }
td.TdClassName
{
border-color: #034C63;
}
.TagClassName
{
border-color: #034C63;
}
</style>