Shades of Sherpa Blue #033C49
Tints of Sherpa Blue #033C49
RGB
CMYK
RGB Variations
Color information
#033C49 (or 0x033C49) is known color: Sherpa Blue. HEX triplet: 03, 3C and 49. RGB value is (3,60,73). Sum of RGB (Red+Green+Blue) = 3+60+73=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 60 (23.83% from 255 or 44.12% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #033C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C49 is #FCC3B6. Grayscale: #2C2C2C. Windows color (decimal): -16565175 or 4799491. OLE color: 4799491.
HSL color Cylindrical-coordinate representation of color #033C49: hue angle of 191.14º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033C49 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 60 | 73 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.71 |
| HSL | 191.14º | 0.92% | 0.15% | - |
| HSV(B) | 191.14º | 0.96% | 0.29% | - |
| XYZ | 2.86 | 3.73 | 6.87 | - |
| YUV | 44.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 73 | 0.96 | 0.18 | 0 | 0.71 | 191.14 | 0.92 | 0.15 |
| Hex | 3 | 3C | 49 | 60 | 12 | 0 | 47 | BF | 5C | F |
| Octal | 3 | 74 | 111 | 140 | 22 | 0 | 107 | 277 | 134 | 17 |
| Binary | 11 | 111100 | 1001001 | 1100000 | 10010 | 0 | 1000111 | 10111111 | 1011100 | 1111 |
Color Harmonies of #033C49
Complementary color
Monochromatic Colors of #033C49
Black with #033C49
Text Example
Text Example
White with #033C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C49; }
p { color: rgb(3,60,73); }
H1.HeaderClassName
{
color: #033C49;
}
.AnyTagClassName
{
color: #033C49;
}
</style>
background-color css
<style>
a { background-color: #033C49; }
a { background-color: rgb(3,60,73); }
div.DivClassName
{
background-color: #033C49;
}
.BgClassName
{
background-color: #033C49;
}
</style>
border-color css
<style>
span { border-color: #033C49; }
span { border-color: rgb(3,60,73); }
td.TdClassName
{
border-color: #033C49;
}
.TagClassName
{
border-color: #033C49;
}
</style>