Shades of Sherpa Blue #003C4E
Tints of Sherpa Blue #003C4E
RGB
CMYK
RGB Variations
Color information
#003C4E (or 0x003C4E) is known color: Sherpa Blue. HEX triplet: 00, 3C and 4E. RGB value is (0,60,78). Sum of RGB (Red+Green+Blue) = 0+60+78=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #003C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C4E is #FFC3B1. Grayscale: #2B2B2B. Windows color (decimal): -16761778 or 5127168. OLE color: 5127168.
HSL color Cylindrical-coordinate representation of color #003C4E: hue angle of 193.85º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C4E is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 60 | 78 | - |
| CMYK | 1 | 0.23 | 0 | 0.69 |
| HSL | 193.85º | 1% | 0.15% | - |
| HSV(B) | 193.85º | 1% | 0.31% | - |
| XYZ | 2.99 | 3.78 | 7.78 | - |
| YUV | 44.11 | 147.12 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 78 | 1 | 0.23 | 0 | 0.69 | 193.85 | 1 | 0.15 |
| Hex | 0 | 3C | 4E | 64 | 17 | 0 | 45 | C2 | 64 | F |
| Octal | 0 | 74 | 116 | 144 | 27 | 0 | 105 | 302 | 144 | 17 |
| Binary | 0 | 111100 | 1001110 | 1100100 | 10111 | 0 | 1000101 | 11000010 | 1100100 | 1111 |
Color Harmonies of #003C4E
Complementary color
Monochromatic Colors of #003C4E
Black with #003C4E
Text Example
Text Example
White with #003C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C4E; }
p { color: rgb(0,60,78); }
H1.HeaderClassName
{
color: #003C4E;
}
.AnyTagClassName
{
color: #003C4E;
}
</style>
background-color css
<style>
a { background-color: #003C4E; }
a { background-color: rgb(0,60,78); }
div.DivClassName
{
background-color: #003C4E;
}
.BgClassName
{
background-color: #003C4E;
}
</style>
border-color css
<style>
span { border-color: #003C4E; }
span { border-color: rgb(0,60,78); }
td.TdClassName
{
border-color: #003C4E;
}
.TagClassName
{
border-color: #003C4E;
}
</style>