Shades of Sherpa Blue #003344
Tints of Sherpa Blue #003344
RGB
CMYK
RGB Variations
Color information
#003344 (or 0x003344) is known color: Sherpa Blue. HEX triplet: 00, 33 and 44. RGB value is (0,51,68). Sum of RGB (Red+Green+Blue) = 0+51+68=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 68 (26.95% from 255 or 57.14% from 119); Max value from RGB is 68 - color contains mainly: blue. Hex color #003344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003344 is #FFCCBB. Grayscale: #252525. Windows color (decimal): -16764092 or 4469504. OLE color: 4469504.
HSL color Cylindrical-coordinate representation of color #003344: hue angle of 195º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003344 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 51 | 68 | - |
| CMYK | 1 | 0.25 | 0 | 0.73 |
| HSL | 195º | 1% | 0.13% | - |
| HSV(B) | 195º | 1% | 0.27% | - |
| XYZ | 2.23 | 2.79 | 5.89 | - |
| YUV | 37.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 68 | 1 | 0.25 | 0 | 0.73 | 195 | 1 | 0.13 |
| Hex | 0 | 33 | 44 | 64 | 19 | 0 | 49 | C3 | 64 | D |
| Octal | 0 | 63 | 104 | 144 | 31 | 0 | 111 | 303 | 144 | 15 |
| Binary | 0 | 110011 | 1000100 | 1100100 | 11001 | 0 | 1001001 | 11000011 | 1100100 | 1101 |
Color Harmonies of #003344
Complementary color
Monochromatic Colors of #003344
Black with #003344
Text Example
Text Example
White with #003344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003344; }
p { color: rgb(0,51,68); }
H1.HeaderClassName
{
color: #003344;
}
.AnyTagClassName
{
color: #003344;
}
</style>
background-color css
<style>
a { background-color: #003344; }
a { background-color: rgb(0,51,68); }
div.DivClassName
{
background-color: #003344;
}
.BgClassName
{
background-color: #003344;
}
</style>
border-color css
<style>
span { border-color: #003344; }
span { border-color: rgb(0,51,68); }
td.TdClassName
{
border-color: #003344;
}
.TagClassName
{
border-color: #003344;
}
</style>