Shades of Sherpa Blue #033850
Tints of Sherpa Blue #033850
RGB
CMYK
RGB Variations
Color information
#033850 (or 0x033850) is known color: Sherpa Blue. HEX triplet: 03, 38 and 50. RGB value is (3,56,80). Sum of RGB (Red+Green+Blue) = 3+56+80=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #033850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033850 is #FCC7AF. Grayscale: #2A2A2A. Windows color (decimal): -16566192 or 5257219. OLE color: 5257219.
HSL color Cylindrical-coordinate representation of color #033850: hue angle of 198.7º 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 #033850 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 56 | 80 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.69 |
| HSL | 198.7º | 0.93% | 0.16% | - |
| HSV(B) | 198.7º | 0.96% | 0.31% | - |
| XYZ | 2.9 | 3.43 | 8.1 | - |
| YUV | 42.89 | 148.94 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 80 | 0.96 | 0.30 | 0 | 0.69 | 198.7 | 0.93 | 0.16 |
| Hex | 3 | 38 | 50 | 60 | 1E | 0 | 45 | C7 | 5D | 10 |
| Octal | 3 | 70 | 120 | 140 | 36 | 0 | 105 | 307 | 135 | 20 |
| Binary | 11 | 111000 | 1010000 | 1100000 | 11110 | 0 | 1000101 | 11000111 | 1011101 | 10000 |
Color Harmonies of #033850
Complementary color
Monochromatic Colors of #033850
Black with #033850
Text Example
Text Example
White with #033850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033850; }
p { color: rgb(3,56,80); }
H1.HeaderClassName
{
color: #033850;
}
.AnyTagClassName
{
color: #033850;
}
</style>
background-color css
<style>
a { background-color: #033850; }
a { background-color: rgb(3,56,80); }
div.DivClassName
{
background-color: #033850;
}
.BgClassName
{
background-color: #033850;
}
</style>
border-color css
<style>
span { border-color: #033850; }
span { border-color: rgb(3,56,80); }
td.TdClassName
{
border-color: #033850;
}
.TagClassName
{
border-color: #033850;
}
</style>