Shades of Sherpa Blue #033542
Tints of Sherpa Blue #033542
RGB
CMYK
RGB Variations
Color information
#033542 (or 0x033542) is known color: Sherpa Blue. HEX triplet: 03, 35 and 42. RGB value is (3,53,66). Sum of RGB (Red+Green+Blue) = 3+53+66=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #033542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033542 is #FCCABD. Grayscale: #272727. Windows color (decimal): -16566974 or 4338947. OLE color: 4338947.
HSL color Cylindrical-coordinate representation of color #033542: hue angle of 192.38º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033542 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 53 | 66 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.74 |
| HSL | 192.38º | 0.91% | 0.14% | - |
| HSV(B) | 192.38º | 0.95% | 0.26% | - |
| XYZ | 2.29 | 2.96 | 5.6 | - |
| YUV | 39.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 66 | 0.95 | 0.20 | 0 | 0.74 | 192.38 | 0.91 | 0.14 |
| Hex | 3 | 35 | 42 | 5F | 14 | 0 | 4A | C0 | 5B | E |
| Octal | 3 | 65 | 102 | 137 | 24 | 0 | 112 | 300 | 133 | 16 |
| Binary | 11 | 110101 | 1000010 | 1011111 | 10100 | 0 | 1001010 | 11000000 | 1011011 | 1110 |
Color Harmonies of #033542
Complementary color
Monochromatic Colors of #033542
Black with #033542
Text Example
Text Example
White with #033542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033542; }
p { color: rgb(3,53,66); }
H1.HeaderClassName
{
color: #033542;
}
.AnyTagClassName
{
color: #033542;
}
</style>
background-color css
<style>
a { background-color: #033542; }
a { background-color: rgb(3,53,66); }
div.DivClassName
{
background-color: #033542;
}
.BgClassName
{
background-color: #033542;
}
</style>
border-color css
<style>
span { border-color: #033542; }
span { border-color: rgb(3,53,66); }
td.TdClassName
{
border-color: #033542;
}
.TagClassName
{
border-color: #033542;
}
</style>