Shades of Sherpa Blue #033C42
Tints of Sherpa Blue #033C42
RGB
CMYK
RGB Variations
Color information
#033C42 (or 0x033C42) is known color: Sherpa Blue. HEX triplet: 03, 3C and 42. RGB value is (3,60,66). Sum of RGB (Red+Green+Blue) = 3+60+66=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 66 (26.17% from 255 or 51.16% from 129); Max value from RGB is 66 - color contains mainly: blue. Hex color #033C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C42 is #FCC3BD. Grayscale: #2B2B2B. Windows color (decimal): -16565182 or 4340739. OLE color: 4340739.
HSL color Cylindrical-coordinate representation of color #033C42: hue angle of 185.71º 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 #033C42 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 60 | 66 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.74 |
| HSL | 185.71º | 0.91% | 0.14% | - |
| HSV(B) | 185.71º | 0.95% | 0.26% | - |
| XYZ | 2.64 | 3.64 | 5.72 | - |
| YUV | 43.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 66 | 0.95 | 0.09 | 0 | 0.74 | 185.71 | 0.91 | 0.14 |
| Hex | 3 | 3C | 42 | 5F | 9 | 0 | 4A | BA | 5B | E |
| Octal | 3 | 74 | 102 | 137 | 11 | 0 | 112 | 272 | 133 | 16 |
| Binary | 11 | 111100 | 1000010 | 1011111 | 1001 | 0 | 1001010 | 10111010 | 1011011 | 1110 |
Color Harmonies of #033C42
Complementary color
Monochromatic Colors of #033C42
Black with #033C42
Text Example
Text Example
White with #033C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C42; }
p { color: rgb(3,60,66); }
H1.HeaderClassName
{
color: #033C42;
}
.AnyTagClassName
{
color: #033C42;
}
</style>
background-color css
<style>
a { background-color: #033C42; }
a { background-color: rgb(3,60,66); }
div.DivClassName
{
background-color: #033C42;
}
.BgClassName
{
background-color: #033C42;
}
</style>
border-color css
<style>
span { border-color: #033C42; }
span { border-color: rgb(3,60,66); }
td.TdClassName
{
border-color: #033C42;
}
.TagClassName
{
border-color: #033C42;
}
</style>