Shades of Sherpa Blue #044352
Tints of Sherpa Blue #044352
RGB
CMYK
RGB Variations
Color information
#044352 (or 0x044352) is known color: Sherpa Blue. HEX triplet: 04, 43 and 52. RGB value is (4,67,82). Sum of RGB (Red+Green+Blue) = 4+67+82=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #044352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044352 is #FBBCAD. Grayscale: #313131. Windows color (decimal): -16497838 or 5391108. OLE color: 5391108.
HSL color Cylindrical-coordinate representation of color #044352: hue angle of 191.54º 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 #044352 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 67 | 82 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.68 |
| HSL | 191.54º | 0.91% | 0.17% | - |
| HSV(B) | 191.54º | 0.95% | 0.32% | - |
| XYZ | 3.58 | 4.65 | 8.69 | - |
| YUV | 49.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 82 | 0.95 | 0.18 | 0 | 0.68 | 191.54 | 0.91 | 0.17 |
| Hex | 4 | 43 | 52 | 5F | 12 | 0 | 44 | C0 | 5B | 11 |
| Octal | 4 | 103 | 122 | 137 | 22 | 0 | 104 | 300 | 133 | 21 |
| Binary | 100 | 1000011 | 1010010 | 1011111 | 10010 | 0 | 1000100 | 11000000 | 1011011 | 10001 |
Color Harmonies of #044352
Complementary color
Monochromatic Colors of #044352
Black with #044352
Text Example
Text Example
White with #044352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044352; }
p { color: rgb(4,67,82); }
H1.HeaderClassName
{
color: #044352;
}
.AnyTagClassName
{
color: #044352;
}
</style>
background-color css
<style>
a { background-color: #044352; }
a { background-color: rgb(4,67,82); }
div.DivClassName
{
background-color: #044352;
}
.BgClassName
{
background-color: #044352;
}
</style>
border-color css
<style>
span { border-color: #044352; }
span { border-color: rgb(4,67,82); }
td.TdClassName
{
border-color: #044352;
}
.TagClassName
{
border-color: #044352;
}
</style>