Shades of Sherpa Blue #033F54
Tints of Sherpa Blue #033F54
RGB
CMYK
RGB Variations
Color information
#033F54 (or 0x033F54) is known color: Sherpa Blue. HEX triplet: 03, 3F and 54. RGB value is (3,63,84). Sum of RGB (Red+Green+Blue) = 3+63+84=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #033F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F54 is #FCC0AB. Grayscale: #2F2F2F. Windows color (decimal): -16564396 or 5521155. OLE color: 5521155.
HSL color Cylindrical-coordinate representation of color #033F54: hue angle of 195.56º 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 #033F54 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 63 | 84 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.67 |
| HSL | 195.56º | 0.93% | 0.17% | - |
| HSV(B) | 195.56º | 0.96% | 0.33% | - |
| XYZ | 3.42 | 4.21 | 9.02 | - |
| YUV | 47.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 84 | 0.96 | 0.25 | 0 | 0.67 | 195.56 | 0.93 | 0.17 |
| Hex | 3 | 3F | 54 | 60 | 19 | 0 | 43 | C4 | 5D | 11 |
| Octal | 3 | 77 | 124 | 140 | 31 | 0 | 103 | 304 | 135 | 21 |
| Binary | 11 | 111111 | 1010100 | 1100000 | 11001 | 0 | 1000011 | 11000100 | 1011101 | 10001 |
Color Harmonies of #033F54
Complementary color
Monochromatic Colors of #033F54
Black with #033F54
Text Example
Text Example
White with #033F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033F54; }
p { color: rgb(3,63,84); }
H1.HeaderClassName
{
color: #033F54;
}
.AnyTagClassName
{
color: #033F54;
}
</style>
background-color css
<style>
a { background-color: #033F54; }
a { background-color: rgb(3,63,84); }
div.DivClassName
{
background-color: #033F54;
}
.BgClassName
{
background-color: #033F54;
}
</style>
border-color css
<style>
span { border-color: #033F54; }
span { border-color: rgb(3,63,84); }
td.TdClassName
{
border-color: #033F54;
}
.TagClassName
{
border-color: #033F54;
}
</style>