Shades of Sherpa Blue #003346
Tints of Sherpa Blue #003346
RGB
CMYK
RGB Variations
Color information
#003346 (or 0x003346) is known color: Sherpa Blue. HEX triplet: 00, 33 and 46. RGB value is (0,51,70). Sum of RGB (Red+Green+Blue) = 0+51+70=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #003346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003346 is #FFCCB9. Grayscale: #252525. Windows color (decimal): -16764090 or 4600576. OLE color: 4600576.
HSL color Cylindrical-coordinate representation of color #003346: hue angle of 196.29º 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 #003346 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 51 | 70 | - |
| CMYK | 1 | 0.27 | 0 | 0.73 |
| HSL | 196.29º | 1% | 0.14% | - |
| HSV(B) | 196.29º | 1% | 0.27% | - |
| XYZ | 2.29 | 2.81 | 6.22 | - |
| YUV | 37.92 | 146.1 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 70 | 1 | 0.27 | 0 | 0.73 | 196.29 | 1 | 0.14 |
| Hex | 0 | 33 | 46 | 64 | 1B | 0 | 49 | C4 | 64 | E |
| Octal | 0 | 63 | 106 | 144 | 33 | 0 | 111 | 304 | 144 | 16 |
| Binary | 0 | 110011 | 1000110 | 1100100 | 11011 | 0 | 1001001 | 11000100 | 1100100 | 1110 |
Color Harmonies of #003346
Complementary color
Monochromatic Colors of #003346
Black with #003346
Text Example
Text Example
White with #003346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003346; }
p { color: rgb(0,51,70); }
H1.HeaderClassName
{
color: #003346;
}
.AnyTagClassName
{
color: #003346;
}
</style>
background-color css
<style>
a { background-color: #003346; }
a { background-color: rgb(0,51,70); }
div.DivClassName
{
background-color: #003346;
}
.BgClassName
{
background-color: #003346;
}
</style>
border-color css
<style>
span { border-color: #003346; }
span { border-color: rgb(0,51,70); }
td.TdClassName
{
border-color: #003346;
}
.TagClassName
{
border-color: #003346;
}
</style>