Shades of Sherpa Blue #00364E
Tints of Sherpa Blue #00364E
RGB
CMYK
RGB Variations
Color information
#00364E (or 0x00364E) is known color: Sherpa Blue. HEX triplet: 00, 36 and 4E. RGB value is (0,54,78). Sum of RGB (Red+Green+Blue) = 0+54+78=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #00364E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00364E is #FFC9B1. Grayscale: #282828. Windows color (decimal): -16763314 or 5125632. OLE color: 5125632.
HSL color Cylindrical-coordinate representation of color #00364E: hue angle of 198.46º 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 #00364E is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 54 | 78 | - |
| CMYK | 1 | 0.31 | 0 | 0.69 |
| HSL | 198.46º | 1% | 0.15% | - |
| HSV(B) | 198.46º | 1% | 0.31% | - |
| XYZ | 2.69 | 3.19 | 7.68 | - |
| YUV | 40.59 | 149.11 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 78 | 1 | 0.31 | 0 | 0.69 | 198.46 | 1 | 0.15 |
| Hex | 0 | 36 | 4E | 64 | 1F | 0 | 45 | C6 | 64 | F |
| Octal | 0 | 66 | 116 | 144 | 37 | 0 | 105 | 306 | 144 | 17 |
| Binary | 0 | 110110 | 1001110 | 1100100 | 11111 | 0 | 1000101 | 11000110 | 1100100 | 1111 |
Color Harmonies of #00364E
Complementary color
Monochromatic Colors of #00364E
Black with #00364E
Text Example
Text Example
White with #00364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00364E; }
p { color: rgb(0,54,78); }
H1.HeaderClassName
{
color: #00364E;
}
.AnyTagClassName
{
color: #00364E;
}
</style>
background-color css
<style>
a { background-color: #00364E; }
a { background-color: rgb(0,54,78); }
div.DivClassName
{
background-color: #00364E;
}
.BgClassName
{
background-color: #00364E;
}
</style>
border-color css
<style>
span { border-color: #00364E; }
span { border-color: rgb(0,54,78); }
td.TdClassName
{
border-color: #00364E;
}
.TagClassName
{
border-color: #00364E;
}
</style>