Shades of Sherpa Blue #033C4F
Tints of Sherpa Blue #033C4F
RGB
CMYK
RGB Variations
Color information
#033C4F (or 0x033C4F) is known color: Sherpa Blue. HEX triplet: 03, 3C and 4F. RGB value is (3,60,79). Sum of RGB (Red+Green+Blue) = 3+60+79=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #033C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C4F is #FCC3B0. Grayscale: #2C2C2C. Windows color (decimal): -16565169 or 5192707. OLE color: 5192707.
HSL color Cylindrical-coordinate representation of color #033C4F: hue angle of 195º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033C4F is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 60 | 79 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.69 |
| HSL | 195º | 0.93% | 0.16% | - |
| HSV(B) | 195º | 0.96% | 0.31% | - |
| XYZ | 3.06 | 3.82 | 7.97 | - |
| YUV | 45.12 | 147.12 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 79 | 0.96 | 0.24 | 0 | 0.69 | 195 | 0.93 | 0.16 |
| Hex | 3 | 3C | 4F | 60 | 18 | 0 | 45 | C3 | 5D | 10 |
| Octal | 3 | 74 | 117 | 140 | 30 | 0 | 105 | 303 | 135 | 20 |
| Binary | 11 | 111100 | 1001111 | 1100000 | 11000 | 0 | 1000101 | 11000011 | 1011101 | 10000 |
Color Harmonies of #033C4F
Complementary color
Monochromatic Colors of #033C4F
Black with #033C4F
Text Example
Text Example
White with #033C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C4F; }
p { color: rgb(3,60,79); }
H1.HeaderClassName
{
color: #033C4F;
}
.AnyTagClassName
{
color: #033C4F;
}
</style>
background-color css
<style>
a { background-color: #033C4F; }
a { background-color: rgb(3,60,79); }
div.DivClassName
{
background-color: #033C4F;
}
.BgClassName
{
background-color: #033C4F;
}
</style>
border-color css
<style>
span { border-color: #033C4F; }
span { border-color: rgb(3,60,79); }
td.TdClassName
{
border-color: #033C4F;
}
.TagClassName
{
border-color: #033C4F;
}
</style>