Shades of Sherpa Blue #003C41
Tints of Sherpa Blue #003C41
RGB
CMYK
RGB Variations
Color information
#003C41 (or 0x003C41) is known color: Sherpa Blue. HEX triplet: 00, 3C and 41. RGB value is (0,60,65). Sum of RGB (Red+Green+Blue) = 0+60+65=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #003C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C41 is #FFC3BE. Grayscale: #2A2A2A. Windows color (decimal): -16761791 or 4275200. OLE color: 4275200.
HSL color Cylindrical-coordinate representation of color #003C41: hue angle of 184.62º 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 #003C41 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 60 | 65 | - |
| CMYK | 1 | 0.08 | 0 | 0.75 |
| HSL | 184.62º | 1% | 0.13% | - |
| HSV(B) | 184.62º | 1% | 0.25% | - |
| XYZ | 2.57 | 3.61 | 5.56 | - |
| YUV | 42.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 65 | 1 | 0.08 | 0 | 0.75 | 184.62 | 1 | 0.13 |
| Hex | 0 | 3C | 41 | 64 | 8 | 0 | 4B | B9 | 64 | D |
| Octal | 0 | 74 | 101 | 144 | 10 | 0 | 113 | 271 | 144 | 15 |
| Binary | 0 | 111100 | 1000001 | 1100100 | 1000 | 0 | 1001011 | 10111001 | 1100100 | 1101 |
Color Harmonies of #003C41
Complementary color
Monochromatic Colors of #003C41
Black with #003C41
Text Example
Text Example
White with #003C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C41; }
p { color: rgb(0,60,65); }
H1.HeaderClassName
{
color: #003C41;
}
.AnyTagClassName
{
color: #003C41;
}
</style>
background-color css
<style>
a { background-color: #003C41; }
a { background-color: rgb(0,60,65); }
div.DivClassName
{
background-color: #003C41;
}
.BgClassName
{
background-color: #003C41;
}
</style>
border-color css
<style>
span { border-color: #003C41; }
span { border-color: rgb(0,60,65); }
td.TdClassName
{
border-color: #003C41;
}
.TagClassName
{
border-color: #003C41;
}
</style>