Shades of Sherpa Blue #00374C
Tints of Sherpa Blue #00374C
RGB
CMYK
RGB Variations
Color information
#00374C (or 0x00374C) is known color: Sherpa Blue. HEX triplet: 00, 37 and 4C. RGB value is (0,55,76). Sum of RGB (Red+Green+Blue) = 0+55+76=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #00374C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00374C is #FFC8B3. Grayscale: #282828. Windows color (decimal): -16763060 or 4994816. OLE color: 4994816.
HSL color Cylindrical-coordinate representation of color #00374C: hue angle of 196.58º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00374C is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 55 | 76 | - |
| CMYK | 1 | 0.28 | 0 | 0.70 |
| HSL | 196.58º | 1% | 0.15% | - |
| HSV(B) | 196.58º | 1% | 0.3% | - |
| XYZ | 2.67 | 3.25 | 7.32 | - |
| YUV | 40.95 | 147.78 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 76 | 1 | 0.28 | 0 | 0.70 | 196.58 | 1 | 0.15 |
| Hex | 0 | 37 | 4C | 64 | 1C | 0 | 46 | C5 | 64 | F |
| Octal | 0 | 67 | 114 | 144 | 34 | 0 | 106 | 305 | 144 | 17 |
| Binary | 0 | 110111 | 1001100 | 1100100 | 11100 | 0 | 1000110 | 11000101 | 1100100 | 1111 |
Color Harmonies of #00374C
Complementary color
Monochromatic Colors of #00374C
Black with #00374C
Text Example
Text Example
White with #00374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00374C; }
p { color: rgb(0,55,76); }
H1.HeaderClassName
{
color: #00374C;
}
.AnyTagClassName
{
color: #00374C;
}
</style>
background-color css
<style>
a { background-color: #00374C; }
a { background-color: rgb(0,55,76); }
div.DivClassName
{
background-color: #00374C;
}
.BgClassName
{
background-color: #00374C;
}
</style>
border-color css
<style>
span { border-color: #00374C; }
span { border-color: rgb(0,55,76); }
td.TdClassName
{
border-color: #00374C;
}
.TagClassName
{
border-color: #00374C;
}
</style>