Shades of Sherpa Blue #003C45
Tints of Sherpa Blue #003C45
RGB
CMYK
RGB Variations
Color information
#003C45 (or 0x003C45) is known color: Sherpa Blue. HEX triplet: 00, 3C and 45. RGB value is (0,60,69). Sum of RGB (Red+Green+Blue) = 0+60+69=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 69 (27.34% from 255 or 53.49% from 129); Max value from RGB is 69 - color contains mainly: blue. Hex color #003C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C45 is #FFC3BA. Grayscale: #2A2A2A. Windows color (decimal): -16761787 or 4537344. OLE color: 4537344.
HSL color Cylindrical-coordinate representation of color #003C45: hue angle of 187.83º 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 #003C45 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 60 | 69 | - |
| CMYK | 1 | 0.13 | 0 | 0.73 |
| HSL | 187.83º | 1% | 0.14% | - |
| HSV(B) | 187.83º | 1% | 0.27% | - |
| XYZ | 2.69 | 3.66 | 6.2 | - |
| YUV | 43.09 | 142.62 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 69 | 1 | 0.13 | 0 | 0.73 | 187.83 | 1 | 0.14 |
| Hex | 0 | 3C | 45 | 64 | D | 0 | 49 | BC | 64 | E |
| Octal | 0 | 74 | 105 | 144 | 15 | 0 | 111 | 274 | 144 | 16 |
| Binary | 0 | 111100 | 1000101 | 1100100 | 1101 | 0 | 1001001 | 10111100 | 1100100 | 1110 |
Color Harmonies of #003C45
Complementary color
Monochromatic Colors of #003C45
Black with #003C45
Text Example
Text Example
White with #003C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C45; }
p { color: rgb(0,60,69); }
H1.HeaderClassName
{
color: #003C45;
}
.AnyTagClassName
{
color: #003C45;
}
</style>
background-color css
<style>
a { background-color: #003C45; }
a { background-color: rgb(0,60,69); }
div.DivClassName
{
background-color: #003C45;
}
.BgClassName
{
background-color: #003C45;
}
</style>
border-color css
<style>
span { border-color: #003C45; }
span { border-color: rgb(0,60,69); }
td.TdClassName
{
border-color: #003C45;
}
.TagClassName
{
border-color: #003C45;
}
</style>