Shades of Sherpa Blue #033A52
Tints of Sherpa Blue #033A52
RGB
CMYK
RGB Variations
Color information
#033A52 (or 0x033A52) is known color: Sherpa Blue. HEX triplet: 03, 3A and 52. RGB value is (3,58,82). Sum of RGB (Red+Green+Blue) = 3+58+82=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 82 (32.42% from 255 or 57.34% from 143); Max value from RGB is 82 - color contains mainly: blue. Hex color #033A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A52 is #FCC5AD. Grayscale: #2C2C2C. Windows color (decimal): -16565678 or 5388803. OLE color: 5388803.
HSL color Cylindrical-coordinate representation of color #033A52: hue angle of 198.23º 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 #033A52 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 58 | 82 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.68 |
| HSL | 198.23º | 0.93% | 0.17% | - |
| HSV(B) | 198.23º | 0.96% | 0.32% | - |
| XYZ | 3.07 | 3.65 | 8.53 | - |
| YUV | 44.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 82 | 0.96 | 0.29 | 0 | 0.68 | 198.23 | 0.93 | 0.17 |
| Hex | 3 | 3A | 52 | 60 | 1D | 0 | 44 | C6 | 5D | 11 |
| Octal | 3 | 72 | 122 | 140 | 35 | 0 | 104 | 306 | 135 | 21 |
| Binary | 11 | 111010 | 1010010 | 1100000 | 11101 | 0 | 1000100 | 11000110 | 1011101 | 10001 |
Color Harmonies of #033A52
Complementary color
Monochromatic Colors of #033A52
Black with #033A52
Text Example
Text Example
White with #033A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A52; }
p { color: rgb(3,58,82); }
H1.HeaderClassName
{
color: #033A52;
}
.AnyTagClassName
{
color: #033A52;
}
</style>
background-color css
<style>
a { background-color: #033A52; }
a { background-color: rgb(3,58,82); }
div.DivClassName
{
background-color: #033A52;
}
.BgClassName
{
background-color: #033A52;
}
</style>
border-color css
<style>
span { border-color: #033A52; }
span { border-color: rgb(3,58,82); }
td.TdClassName
{
border-color: #033A52;
}
.TagClassName
{
border-color: #033A52;
}
</style>