Shades of Sherpa Blue #034E5C
Tints of Sherpa Blue #034E5C
RGB
CMYK
RGB Variations
Color information
#034E5C (or 0x034E5C) is known color: Sherpa Blue. HEX triplet: 03, 4E and 5C. RGB value is (3,78,92). Sum of RGB (Red+Green+Blue) = 3+78+92=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #034E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E5C is #FCB1A3. Grayscale: #393939. Windows color (decimal): -16560548 or 6049283. OLE color: 6049283.
HSL color Cylindrical-coordinate representation of color #034E5C: hue angle of 189.44º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034E5C is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 78 | 92 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.64 |
| HSL | 189.44º | 0.94% | 0.19% | - |
| HSV(B) | 189.44º | 0.97% | 0.36% | - |
| XYZ | 4.69 | 6.24 | 11.08 | - |
| YUV | 57.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 92 | 0.97 | 0.15 | 0 | 0.64 | 189.44 | 0.94 | 0.19 |
| Hex | 3 | 4E | 5C | 61 | F | 0 | 40 | BD | 5E | 13 |
| Octal | 3 | 116 | 134 | 141 | 17 | 0 | 100 | 275 | 136 | 23 |
| Binary | 11 | 1001110 | 1011100 | 1100001 | 1111 | 0 | 1000000 | 10111101 | 1011110 | 10011 |
Color Harmonies of #034E5C
Complementary color
Monochromatic Colors of #034E5C
Black with #034E5C
Text Example
Text Example
White with #034E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034E5C; }
p { color: rgb(3,78,92); }
H1.HeaderClassName
{
color: #034E5C;
}
.AnyTagClassName
{
color: #034E5C;
}
</style>
background-color css
<style>
a { background-color: #034E5C; }
a { background-color: rgb(3,78,92); }
div.DivClassName
{
background-color: #034E5C;
}
.BgClassName
{
background-color: #034E5C;
}
</style>
border-color css
<style>
span { border-color: #034E5C; }
span { border-color: rgb(3,78,92); }
td.TdClassName
{
border-color: #034E5C;
}
.TagClassName
{
border-color: #034E5C;
}
</style>