Shades of Sherpa Blue #034754
Tints of Sherpa Blue #034754
RGB
CMYK
RGB Variations
Color information
#034754 (or 0x034754) is known color: Sherpa Blue. HEX triplet: 03, 47 and 54. RGB value is (3,71,84). Sum of RGB (Red+Green+Blue) = 3+71+84=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #034754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034754 is #FCB8AB. Grayscale: #343434. Windows color (decimal): -16562348 or 5523203. OLE color: 5523203.
HSL color Cylindrical-coordinate representation of color #034754: hue angle of 189.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034754 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 71 | 84 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.67 |
| HSL | 189.63º | 0.93% | 0.17% | - |
| HSV(B) | 189.63º | 0.96% | 0.33% | - |
| XYZ | 3.89 | 5.17 | 9.18 | - |
| YUV | 52.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 84 | 0.96 | 0.15 | 0 | 0.67 | 189.63 | 0.93 | 0.17 |
| Hex | 3 | 47 | 54 | 60 | F | 0 | 43 | BE | 5D | 11 |
| Octal | 3 | 107 | 124 | 140 | 17 | 0 | 103 | 276 | 135 | 21 |
| Binary | 11 | 1000111 | 1010100 | 1100000 | 1111 | 0 | 1000011 | 10111110 | 1011101 | 10001 |
Color Harmonies of #034754
Complementary color
Monochromatic Colors of #034754
Black with #034754
Text Example
Text Example
White with #034754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034754; }
p { color: rgb(3,71,84); }
H1.HeaderClassName
{
color: #034754;
}
.AnyTagClassName
{
color: #034754;
}
</style>
background-color css
<style>
a { background-color: #034754; }
a { background-color: rgb(3,71,84); }
div.DivClassName
{
background-color: #034754;
}
.BgClassName
{
background-color: #034754;
}
</style>
border-color css
<style>
span { border-color: #034754; }
span { border-color: rgb(3,71,84); }
td.TdClassName
{
border-color: #034754;
}
.TagClassName
{
border-color: #034754;
}
</style>