Shades of Sherpa Blue #034655
Tints of Sherpa Blue #034655
RGB
CMYK
RGB Variations
Color information
#034655 (or 0x034655) is known color: Sherpa Blue. HEX triplet: 03, 46 and 55. RGB value is (3,70,85). Sum of RGB (Red+Green+Blue) = 3+70+85=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #034655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034655 is #FCB9AA. Grayscale: #333333. Windows color (decimal): -16562603 or 5588483. OLE color: 5588483.
HSL color Cylindrical-coordinate representation of color #034655: hue angle of 190.98º 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 #034655 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 70 | 85 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.67 |
| HSL | 190.98º | 0.93% | 0.17% | - |
| HSV(B) | 190.98º | 0.96% | 0.33% | - |
| XYZ | 3.87 | 5.06 | 9.37 | - |
| YUV | 51.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 85 | 0.96 | 0.18 | 0 | 0.67 | 190.98 | 0.93 | 0.17 |
| Hex | 3 | 46 | 55 | 60 | 12 | 0 | 43 | BF | 5D | 11 |
| Octal | 3 | 106 | 125 | 140 | 22 | 0 | 103 | 277 | 135 | 21 |
| Binary | 11 | 1000110 | 1010101 | 1100000 | 10010 | 0 | 1000011 | 10111111 | 1011101 | 10001 |
Color Harmonies of #034655
Complementary color
Monochromatic Colors of #034655
Black with #034655
Text Example
Text Example
White with #034655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034655; }
p { color: rgb(3,70,85); }
H1.HeaderClassName
{
color: #034655;
}
.AnyTagClassName
{
color: #034655;
}
</style>
background-color css
<style>
a { background-color: #034655; }
a { background-color: rgb(3,70,85); }
div.DivClassName
{
background-color: #034655;
}
.BgClassName
{
background-color: #034655;
}
</style>
border-color css
<style>
span { border-color: #034655; }
span { border-color: rgb(3,70,85); }
td.TdClassName
{
border-color: #034655;
}
.TagClassName
{
border-color: #034655;
}
</style>