Shades of Sherpa Blue #00374B
Tints of Sherpa Blue #00374B
RGB
CMYK
RGB Variations
Color information
#00374B (or 0x00374B) is known color: Sherpa Blue. HEX triplet: 00, 37 and 4B. RGB value is (0,55,75). Sum of RGB (Red+Green+Blue) = 0+55+75=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #00374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00374B is #FFC8B4. Grayscale: #282828. Windows color (decimal): -16763061 or 4929280. OLE color: 4929280.
HSL color Cylindrical-coordinate representation of color #00374B: hue angle of 196º 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 #00374B is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 55 | 75 | - |
| CMYK | 1 | 0.27 | 0 | 0.71 |
| HSL | 196º | 1% | 0.15% | - |
| HSV(B) | 196º | 1% | 0.29% | - |
| XYZ | 2.64 | 3.24 | 7.14 | - |
| YUV | 40.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 75 | 1 | 0.27 | 0 | 0.71 | 196 | 1 | 0.15 |
| Hex | 0 | 37 | 4B | 64 | 1B | 0 | 47 | C4 | 64 | F |
| Octal | 0 | 67 | 113 | 144 | 33 | 0 | 107 | 304 | 144 | 17 |
| Binary | 0 | 110111 | 1001011 | 1100100 | 11011 | 0 | 1000111 | 11000100 | 1100100 | 1111 |
Color Harmonies of #00374B
Complementary color
Monochromatic Colors of #00374B
Black with #00374B
Text Example
Text Example
White with #00374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00374B; }
p { color: rgb(0,55,75); }
H1.HeaderClassName
{
color: #00374B;
}
.AnyTagClassName
{
color: #00374B;
}
</style>
background-color css
<style>
a { background-color: #00374B; }
a { background-color: rgb(0,55,75); }
div.DivClassName
{
background-color: #00374B;
}
.BgClassName
{
background-color: #00374B;
}
</style>
border-color css
<style>
span { border-color: #00374B; }
span { border-color: rgb(0,55,75); }
td.TdClassName
{
border-color: #00374B;
}
.TagClassName
{
border-color: #00374B;
}
</style>