Shades of Sherpa Blue #043C52
Tints of Sherpa Blue #043C52
RGB
CMYK
RGB Variations
Color information
#043C52 (or 0x043C52) is known color: Sherpa Blue. HEX triplet: 04, 3C and 52. RGB value is (4,60,82). Sum of RGB (Red+Green+Blue) = 4+60+82=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #043C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043C52 is #FBC3AD. Grayscale: #2D2D2D. Windows color (decimal): -16499630 or 5389316. OLE color: 5389316.
HSL color Cylindrical-coordinate representation of color #043C52: hue angle of 196.92º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043C52 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 60 | 82 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.68 |
| HSL | 196.92º | 0.91% | 0.17% | - |
| HSV(B) | 196.92º | 0.95% | 0.32% | - |
| XYZ | 3.19 | 3.87 | 8.56 | - |
| YUV | 45.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 82 | 0.95 | 0.27 | 0 | 0.68 | 196.92 | 0.91 | 0.17 |
| Hex | 4 | 3C | 52 | 5F | 1B | 0 | 44 | C5 | 5B | 11 |
| Octal | 4 | 74 | 122 | 137 | 33 | 0 | 104 | 305 | 133 | 21 |
| Binary | 100 | 111100 | 1010010 | 1011111 | 11011 | 0 | 1000100 | 11000101 | 1011011 | 10001 |
Color Harmonies of #043C52
Complementary color
Monochromatic Colors of #043C52
Black with #043C52
Text Example
Text Example
White with #043C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C52; }
p { color: rgb(4,60,82); }
H1.HeaderClassName
{
color: #043C52;
}
.AnyTagClassName
{
color: #043C52;
}
</style>
background-color css
<style>
a { background-color: #043C52; }
a { background-color: rgb(4,60,82); }
div.DivClassName
{
background-color: #043C52;
}
.BgClassName
{
background-color: #043C52;
}
</style>
border-color css
<style>
span { border-color: #043C52; }
span { border-color: rgb(4,60,82); }
td.TdClassName
{
border-color: #043C52;
}
.TagClassName
{
border-color: #043C52;
}
</style>