Shades of Sherpa Blue #033F53
Tints of Sherpa Blue #033F53
RGB
CMYK
RGB Variations
Color information
#033F53 (or 0x033F53) is known color: Sherpa Blue. HEX triplet: 03, 3F and 53. RGB value is (3,63,83). Sum of RGB (Red+Green+Blue) = 3+63+83=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #033F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F53 is #FCC0AC. Grayscale: #2F2F2F. Windows color (decimal): -16564397 or 5455619. OLE color: 5455619.
HSL color Cylindrical-coordinate representation of color #033F53: hue angle of 195º 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 #033F53 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 63 | 83 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.67 |
| HSL | 195º | 0.93% | 0.17% | - |
| HSV(B) | 195º | 0.96% | 0.33% | - |
| XYZ | 3.38 | 4.2 | 8.82 | - |
| YUV | 47.34 | 148.12 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 83 | 0.96 | 0.24 | 0 | 0.67 | 195 | 0.93 | 0.17 |
| Hex | 3 | 3F | 53 | 60 | 18 | 0 | 43 | C3 | 5D | 11 |
| Octal | 3 | 77 | 123 | 140 | 30 | 0 | 103 | 303 | 135 | 21 |
| Binary | 11 | 111111 | 1010011 | 1100000 | 11000 | 0 | 1000011 | 11000011 | 1011101 | 10001 |
Color Harmonies of #033F53
Complementary color
Monochromatic Colors of #033F53
Black with #033F53
Text Example
Text Example
White with #033F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033F53; }
p { color: rgb(3,63,83); }
H1.HeaderClassName
{
color: #033F53;
}
.AnyTagClassName
{
color: #033F53;
}
</style>
background-color css
<style>
a { background-color: #033F53; }
a { background-color: rgb(3,63,83); }
div.DivClassName
{
background-color: #033F53;
}
.BgClassName
{
background-color: #033F53;
}
</style>
border-color css
<style>
span { border-color: #033F53; }
span { border-color: rgb(3,63,83); }
td.TdClassName
{
border-color: #033F53;
}
.TagClassName
{
border-color: #033F53;
}
</style>