Shades of Sherpa Blue #033D50
Tints of Sherpa Blue #033D50
RGB
CMYK
RGB Variations
Color information
#033D50 (or 0x033D50) is known color: Sherpa Blue. HEX triplet: 03, 3D and 50. RGB value is (3,61,80). Sum of RGB (Red+Green+Blue) = 3+61+80=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #033D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033D50 is #FCC2AF. Grayscale: #2D2D2D. Windows color (decimal): -16564912 or 5258499. OLE color: 5258499.
HSL color Cylindrical-coordinate representation of color #033D50: hue angle of 194.81º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033D50 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 61 | 80 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.69 |
| HSL | 194.81º | 0.93% | 0.16% | - |
| HSV(B) | 194.81º | 0.96% | 0.31% | - |
| XYZ | 3.15 | 3.94 | 8.18 | - |
| YUV | 45.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 80 | 0.96 | 0.24 | 0 | 0.69 | 194.81 | 0.93 | 0.16 |
| Hex | 3 | 3D | 50 | 60 | 18 | 0 | 45 | C3 | 5D | 10 |
| Octal | 3 | 75 | 120 | 140 | 30 | 0 | 105 | 303 | 135 | 20 |
| Binary | 11 | 111101 | 1010000 | 1100000 | 11000 | 0 | 1000101 | 11000011 | 1011101 | 10000 |
Color Harmonies of #033D50
Complementary color
Monochromatic Colors of #033D50
Black with #033D50
Text Example
Text Example
White with #033D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D50; }
p { color: rgb(3,61,80); }
H1.HeaderClassName
{
color: #033D50;
}
.AnyTagClassName
{
color: #033D50;
}
</style>
background-color css
<style>
a { background-color: #033D50; }
a { background-color: rgb(3,61,80); }
div.DivClassName
{
background-color: #033D50;
}
.BgClassName
{
background-color: #033D50;
}
</style>
border-color css
<style>
span { border-color: #033D50; }
span { border-color: rgb(3,61,80); }
td.TdClassName
{
border-color: #033D50;
}
.TagClassName
{
border-color: #033D50;
}
</style>