Shades of Sherpa Blue #034551
Tints of Sherpa Blue #034551
RGB
CMYK
RGB Variations
Color information
#034551 (or 0x034551) is known color: Sherpa Blue. HEX triplet: 03, 45 and 51. RGB value is (3,69,81). Sum of RGB (Red+Green+Blue) = 3+69+81=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #034551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034551 is #FCBAAE. Grayscale: #323232. Windows color (decimal): -16562863 or 5326083. OLE color: 5326083.
HSL color Cylindrical-coordinate representation of color #034551: hue angle of 189.23º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034551 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 69 | 81 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.68 |
| HSL | 189.23º | 0.93% | 0.16% | - |
| HSV(B) | 189.23º | 0.96% | 0.32% | - |
| XYZ | 3.65 | 4.87 | 8.53 | - |
| YUV | 50.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 81 | 0.96 | 0.15 | 0 | 0.68 | 189.23 | 0.93 | 0.16 |
| Hex | 3 | 45 | 51 | 60 | F | 0 | 44 | BD | 5D | 10 |
| Octal | 3 | 105 | 121 | 140 | 17 | 0 | 104 | 275 | 135 | 20 |
| Binary | 11 | 1000101 | 1010001 | 1100000 | 1111 | 0 | 1000100 | 10111101 | 1011101 | 10000 |
Color Harmonies of #034551
Complementary color
Monochromatic Colors of #034551
Black with #034551
Text Example
Text Example
White with #034551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034551; }
p { color: rgb(3,69,81); }
H1.HeaderClassName
{
color: #034551;
}
.AnyTagClassName
{
color: #034551;
}
</style>
background-color css
<style>
a { background-color: #034551; }
a { background-color: rgb(3,69,81); }
div.DivClassName
{
background-color: #034551;
}
.BgClassName
{
background-color: #034551;
}
</style>
border-color css
<style>
span { border-color: #034551; }
span { border-color: rgb(3,69,81); }
td.TdClassName
{
border-color: #034551;
}
.TagClassName
{
border-color: #034551;
}
</style>