Shades of Sherpa Blue #033F55
Tints of Sherpa Blue #033F55
RGB
CMYK
RGB Variations
Color information
#033F55 (or 0x033F55) is known color: Sherpa Blue. HEX triplet: 03, 3F and 55. RGB value is (3,63,85). Sum of RGB (Red+Green+Blue) = 3+63+85=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #033F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F55 is #FCC0AA. Grayscale: #2F2F2F. Windows color (decimal): -16564395 or 5586691. OLE color: 5586691.
HSL color Cylindrical-coordinate representation of color #033F55: hue angle of 196.1º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033F55 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 63 | 85 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.67 |
| HSL | 196.1º | 0.93% | 0.17% | - |
| HSV(B) | 196.1º | 0.96% | 0.33% | - |
| XYZ | 3.45 | 4.23 | 9.23 | - |
| YUV | 47.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 85 | 0.96 | 0.26 | 0 | 0.67 | 196.1 | 0.93 | 0.17 |
| Hex | 3 | 3F | 55 | 60 | 1A | 0 | 43 | C4 | 5D | 11 |
| Octal | 3 | 77 | 125 | 140 | 32 | 0 | 103 | 304 | 135 | 21 |
| Binary | 11 | 111111 | 1010101 | 1100000 | 11010 | 0 | 1000011 | 11000100 | 1011101 | 10001 |
Color Harmonies of #033F55
Complementary color
Monochromatic Colors of #033F55
Black with #033F55
Text Example
Text Example
White with #033F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033F55; }
p { color: rgb(3,63,85); }
H1.HeaderClassName
{
color: #033F55;
}
.AnyTagClassName
{
color: #033F55;
}
</style>
background-color css
<style>
a { background-color: #033F55; }
a { background-color: rgb(3,63,85); }
div.DivClassName
{
background-color: #033F55;
}
.BgClassName
{
background-color: #033F55;
}
</style>
border-color css
<style>
span { border-color: #033F55; }
span { border-color: rgb(3,63,85); }
td.TdClassName
{
border-color: #033F55;
}
.TagClassName
{
border-color: #033F55;
}
</style>