Shades of Sherpa Blue #033C52
Tints of Sherpa Blue #033C52
RGB
CMYK
RGB Variations
Color information
#033C52 (or 0x033C52) is known color: Sherpa Blue. HEX triplet: 03, 3C and 52. RGB value is (3,60,82). Sum of RGB (Red+Green+Blue) = 3+60+82=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #033C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C52 is #FCC3AD. Grayscale: #2D2D2D. Windows color (decimal): -16565166 or 5389315. OLE color: 5389315.
HSL color Cylindrical-coordinate representation of color #033C52: hue angle of 196.71º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033C52 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 60 | 82 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.68 |
| HSL | 196.71º | 0.93% | 0.17% | - |
| HSV(B) | 196.71º | 0.96% | 0.32% | - |
| XYZ | 3.18 | 3.86 | 8.56 | - |
| YUV | 45.47 | 148.62 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 82 | 0.96 | 0.27 | 0 | 0.68 | 196.71 | 0.93 | 0.17 |
| Hex | 3 | 3C | 52 | 60 | 1B | 0 | 44 | C5 | 5D | 11 |
| Octal | 3 | 74 | 122 | 140 | 33 | 0 | 104 | 305 | 135 | 21 |
| Binary | 11 | 111100 | 1010010 | 1100000 | 11011 | 0 | 1000100 | 11000101 | 1011101 | 10001 |
Color Harmonies of #033C52
Complementary color
Monochromatic Colors of #033C52
Black with #033C52
Text Example
Text Example
White with #033C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C52; }
p { color: rgb(3,60,82); }
H1.HeaderClassName
{
color: #033C52;
}
.AnyTagClassName
{
color: #033C52;
}
</style>
background-color css
<style>
a { background-color: #033C52; }
a { background-color: rgb(3,60,82); }
div.DivClassName
{
background-color: #033C52;
}
.BgClassName
{
background-color: #033C52;
}
</style>
border-color css
<style>
span { border-color: #033C52; }
span { border-color: rgb(3,60,82); }
td.TdClassName
{
border-color: #033C52;
}
.TagClassName
{
border-color: #033C52;
}
</style>