Shades of Sherpa Blue #003C54
Tints of Sherpa Blue #003C54
RGB
CMYK
RGB Variations
Color information
#003C54 (or 0x003C54) is known color: Sherpa Blue. HEX triplet: 00, 3C and 54. RGB value is (0,60,84). Sum of RGB (Red+Green+Blue) = 0+60+84=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #003C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C54 is #FFC3AB. Grayscale: #2C2C2C. Windows color (decimal): -16761772 or 5520384. OLE color: 5520384.
HSL color Cylindrical-coordinate representation of color #003C54: hue angle of 197.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C54 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 60 | 84 | - |
| CMYK | 1 | 0.29 | 0 | 0.67 |
| HSL | 197.14º | 1% | 0.16% | - |
| HSV(B) | 197.14º | 1% | 0.33% | - |
| XYZ | 3.22 | 3.87 | 8.97 | - |
| YUV | 44.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 84 | 1 | 0.29 | 0 | 0.67 | 197.14 | 1 | 0.16 |
| Hex | 0 | 3C | 54 | 64 | 1D | 0 | 43 | C5 | 64 | 10 |
| Octal | 0 | 74 | 124 | 144 | 35 | 0 | 103 | 305 | 144 | 20 |
| Binary | 0 | 111100 | 1010100 | 1100100 | 11101 | 0 | 1000011 | 11000101 | 1100100 | 10000 |
Color Harmonies of #003C54
Complementary color
Monochromatic Colors of #003C54
Black with #003C54
Text Example
Text Example
White with #003C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C54; }
p { color: rgb(0,60,84); }
H1.HeaderClassName
{
color: #003C54;
}
.AnyTagClassName
{
color: #003C54;
}
</style>
background-color css
<style>
a { background-color: #003C54; }
a { background-color: rgb(0,60,84); }
div.DivClassName
{
background-color: #003C54;
}
.BgClassName
{
background-color: #003C54;
}
</style>
border-color css
<style>
span { border-color: #003C54; }
span { border-color: rgb(0,60,84); }
td.TdClassName
{
border-color: #003C54;
}
.TagClassName
{
border-color: #003C54;
}
</style>