Shades of Sherpa Blue #003C4A
Tints of Sherpa Blue #003C4A
RGB
CMYK
RGB Variations
Color information
#003C4A (or 0x003C4A) is known color: Sherpa Blue. HEX triplet: 00, 3C and 4A. RGB value is (0,60,74). Sum of RGB (Red+Green+Blue) = 0+60+74=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 60 (23.83% from 255 or 44.78% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #003C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C4A is #FFC3B5. Grayscale: #2B2B2B. Windows color (decimal): -16761782 or 4865024. OLE color: 4865024.
HSL color Cylindrical-coordinate representation of color #003C4A: hue angle of 191.35º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C4A is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 60 | 74 | - |
| CMYK | 1 | 0.19 | 0 | 0.71 |
| HSL | 191.35º | 1% | 0.15% | - |
| HSV(B) | 191.35º | 1% | 0.29% | - |
| XYZ | 2.85 | 3.73 | 7.05 | - |
| YUV | 43.66 | 145.12 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 74 | 1 | 0.19 | 0 | 0.71 | 191.35 | 1 | 0.15 |
| Hex | 0 | 3C | 4A | 64 | 13 | 0 | 47 | BF | 64 | F |
| Octal | 0 | 74 | 112 | 144 | 23 | 0 | 107 | 277 | 144 | 17 |
| Binary | 0 | 111100 | 1001010 | 1100100 | 10011 | 0 | 1000111 | 10111111 | 1100100 | 1111 |
Color Harmonies of #003C4A
Complementary color
Monochromatic Colors of #003C4A
Black with #003C4A
Text Example
Text Example
White with #003C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C4A; }
p { color: rgb(0,60,74); }
H1.HeaderClassName
{
color: #003C4A;
}
.AnyTagClassName
{
color: #003C4A;
}
</style>
background-color css
<style>
a { background-color: #003C4A; }
a { background-color: rgb(0,60,74); }
div.DivClassName
{
background-color: #003C4A;
}
.BgClassName
{
background-color: #003C4A;
}
</style>
border-color css
<style>
span { border-color: #003C4A; }
span { border-color: rgb(0,60,74); }
td.TdClassName
{
border-color: #003C4A;
}
.TagClassName
{
border-color: #003C4A;
}
</style>