Shades of Sherpa Blue #003C46
Tints of Sherpa Blue #003C46
RGB
CMYK
RGB Variations
Color information
#003C46 (or 0x003C46) is known color: Sherpa Blue. HEX triplet: 00, 3C and 46. RGB value is (0,60,70). Sum of RGB (Red+Green+Blue) = 0+60+70=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 70 (27.73% from 255 or 53.85% from 130); Max value from RGB is 70 - color contains mainly: blue. Hex color #003C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C46 is #FFC3B9. Grayscale: #2B2B2B. Windows color (decimal): -16761786 or 4602880. OLE color: 4602880.
HSL color Cylindrical-coordinate representation of color #003C46: hue angle of 188.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C46 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 60 | 70 | - |
| CMYK | 1 | 0.14 | 0 | 0.73 |
| HSL | 188.57º | 1% | 0.14% | - |
| HSV(B) | 188.57º | 1% | 0.27% | - |
| XYZ | 2.72 | 3.67 | 6.36 | - |
| YUV | 43.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 70 | 1 | 0.14 | 0 | 0.73 | 188.57 | 1 | 0.14 |
| Hex | 0 | 3C | 46 | 64 | E | 0 | 49 | BD | 64 | E |
| Octal | 0 | 74 | 106 | 144 | 16 | 0 | 111 | 275 | 144 | 16 |
| Binary | 0 | 111100 | 1000110 | 1100100 | 1110 | 0 | 1001001 | 10111101 | 1100100 | 1110 |
Color Harmonies of #003C46
Complementary color
Monochromatic Colors of #003C46
Black with #003C46
Text Example
Text Example
White with #003C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C46; }
p { color: rgb(0,60,70); }
H1.HeaderClassName
{
color: #003C46;
}
.AnyTagClassName
{
color: #003C46;
}
</style>
background-color css
<style>
a { background-color: #003C46; }
a { background-color: rgb(0,60,70); }
div.DivClassName
{
background-color: #003C46;
}
.BgClassName
{
background-color: #003C46;
}
</style>
border-color css
<style>
span { border-color: #003C46; }
span { border-color: rgb(0,60,70); }
td.TdClassName
{
border-color: #003C46;
}
.TagClassName
{
border-color: #003C46;
}
</style>