Shades of Sherpa Blue #033C51
Tints of Sherpa Blue #033C51
RGB
CMYK
RGB Variations
Color information
#033C51 (or 0x033C51) is known color: Sherpa Blue. HEX triplet: 03, 3C and 51. RGB value is (3,60,81). Sum of RGB (Red+Green+Blue) = 3+60+81=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #033C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C51 is #FCC3AE. Grayscale: #2D2D2D. Windows color (decimal): -16565167 or 5323779. OLE color: 5323779.
HSL color Cylindrical-coordinate representation of color #033C51: hue angle of 196.15º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033C51 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 60 | 81 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.68 |
| HSL | 196.15º | 0.93% | 0.16% | - |
| HSV(B) | 196.15º | 0.96% | 0.32% | - |
| XYZ | 3.14 | 3.85 | 8.36 | - |
| YUV | 45.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 81 | 0.96 | 0.26 | 0 | 0.68 | 196.15 | 0.93 | 0.16 |
| Hex | 3 | 3C | 51 | 60 | 1A | 0 | 44 | C4 | 5D | 10 |
| Octal | 3 | 74 | 121 | 140 | 32 | 0 | 104 | 304 | 135 | 20 |
| Binary | 11 | 111100 | 1010001 | 1100000 | 11010 | 0 | 1000100 | 11000100 | 1011101 | 10000 |
Color Harmonies of #033C51
Complementary color
Monochromatic Colors of #033C51
Black with #033C51
Text Example
Text Example
White with #033C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C51; }
p { color: rgb(3,60,81); }
H1.HeaderClassName
{
color: #033C51;
}
.AnyTagClassName
{
color: #033C51;
}
</style>
background-color css
<style>
a { background-color: #033C51; }
a { background-color: rgb(3,60,81); }
div.DivClassName
{
background-color: #033C51;
}
.BgClassName
{
background-color: #033C51;
}
</style>
border-color css
<style>
span { border-color: #033C51; }
span { border-color: rgb(3,60,81); }
td.TdClassName
{
border-color: #033C51;
}
.TagClassName
{
border-color: #033C51;
}
</style>