Shades of Sherpa Blue #003B41
Tints of Sherpa Blue #003B41
RGB
CMYK
RGB Variations
Color information
#003B41 (or 0x003B41) is known color: Sherpa Blue. HEX triplet: 00, 3B and 41. RGB value is (0,59,65). Sum of RGB (Red+Green+Blue) = 0+59+65=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 59 (23.44% from 255 or 47.58% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #003B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B41 is #FFC4BE. Grayscale: #292929. Windows color (decimal): -16762047 or 4274944. OLE color: 4274944.
HSL color Cylindrical-coordinate representation of color #003B41: hue angle of 185.54º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B41 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 59 | 65 | - |
| CMYK | 1 | 0.09 | 0 | 0.75 |
| HSL | 185.54º | 1% | 0.13% | - |
| HSV(B) | 185.54º | 1% | 0.25% | - |
| XYZ | 2.52 | 3.51 | 5.55 | - |
| YUV | 42.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 65 | 1 | 0.09 | 0 | 0.75 | 185.54 | 1 | 0.13 |
| Hex | 0 | 3B | 41 | 64 | 9 | 0 | 4B | BA | 64 | D |
| Octal | 0 | 73 | 101 | 144 | 11 | 0 | 113 | 272 | 144 | 15 |
| Binary | 0 | 111011 | 1000001 | 1100100 | 1001 | 0 | 1001011 | 10111010 | 1100100 | 1101 |
Color Harmonies of #003B41
Complementary color
Monochromatic Colors of #003B41
Black with #003B41
Text Example
Text Example
White with #003B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B41; }
p { color: rgb(0,59,65); }
H1.HeaderClassName
{
color: #003B41;
}
.AnyTagClassName
{
color: #003B41;
}
</style>
background-color css
<style>
a { background-color: #003B41; }
a { background-color: rgb(0,59,65); }
div.DivClassName
{
background-color: #003B41;
}
.BgClassName
{
background-color: #003B41;
}
</style>
border-color css
<style>
span { border-color: #003B41; }
span { border-color: rgb(0,59,65); }
td.TdClassName
{
border-color: #003B41;
}
.TagClassName
{
border-color: #003B41;
}
</style>