Shades of Sherpa Blue #034D4B
Tints of Sherpa Blue #034D4B
RGB
CMYK
RGB Variations
Color information
#034D4B (or 0x034D4B) is known color: Sherpa Blue. HEX triplet: 03, 4D and 4B. RGB value is (3,77,75). Sum of RGB (Red+Green+Blue) = 3+77+75=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 77 (30.47% from 255 or 49.68% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 77 - color contains mainly: green. Hex color #034D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D4B is #FCB2B4. Grayscale: #363636. Windows color (decimal): -16560821 or 4934915. OLE color: 4934915.
HSL color Cylindrical-coordinate representation of color #034D4B: hue angle of 178.38º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034D4B is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 77 | 75 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.70 |
| HSL | 178.38º | 0.93% | 0.16% | - |
| HSV(B) | 178.38º | 0.96% | 0.3% | - |
| XYZ | 3.96 | 5.84 | 7.57 | - |
| YUV | 54.65 | 139.48 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 75 | 0.96 | 0 | 0.03 | 0.70 | 178.38 | 0.93 | 0.16 |
| Hex | 3 | 4D | 4B | 60 | 0 | 3 | 46 | B2 | 5C | 10 |
| Octal | 3 | 115 | 113 | 140 | 0 | 3 | 106 | 262 | 134 | 20 |
| Binary | 11 | 1001101 | 1001011 | 1100000 | 0 | 11 | 1000110 | 10110010 | 1011100 | 10000 |
Color Harmonies of #034D4B
Complementary color
Monochromatic Colors of #034D4B
Black with #034D4B
Text Example
Text Example
White with #034D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D4B; }
p { color: rgb(3,77,75); }
H1.HeaderClassName
{
color: #034D4B;
}
.AnyTagClassName
{
color: #034D4B;
}
</style>
background-color css
<style>
a { background-color: #034D4B; }
a { background-color: rgb(3,77,75); }
div.DivClassName
{
background-color: #034D4B;
}
.BgClassName
{
background-color: #034D4B;
}
</style>
border-color css
<style>
span { border-color: #034D4B; }
span { border-color: rgb(3,77,75); }
td.TdClassName
{
border-color: #034D4B;
}
.TagClassName
{
border-color: #034D4B;
}
</style>