Shades of Sherpa Blue #033A44
Tints of Sherpa Blue #033A44
RGB
CMYK
RGB Variations
Color information
#033A44 (or 0x033A44) is known color: Sherpa Blue. HEX triplet: 03, 3A and 44. RGB value is (3,58,68). Sum of RGB (Red+Green+Blue) = 3+58+68=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 68 (26.95% from 255 or 52.71% from 129); Max value from RGB is 68 - color contains mainly: blue. Hex color #033A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A44 is #FCC5BB. Grayscale: #2A2A2A. Windows color (decimal): -16565692 or 4471299. OLE color: 4471299.
HSL color Cylindrical-coordinate representation of color #033A44: hue angle of 189.23º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033A44 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 58 | 68 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.73 |
| HSL | 189.23º | 0.92% | 0.14% | - |
| HSV(B) | 189.23º | 0.96% | 0.27% | - |
| XYZ | 2.59 | 3.46 | 6 | - |
| YUV | 42.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 68 | 0.96 | 0.15 | 0 | 0.73 | 189.23 | 0.92 | 0.14 |
| Hex | 3 | 3A | 44 | 60 | F | 0 | 49 | BD | 5C | E |
| Octal | 3 | 72 | 104 | 140 | 17 | 0 | 111 | 275 | 134 | 16 |
| Binary | 11 | 111010 | 1000100 | 1100000 | 1111 | 0 | 1001001 | 10111101 | 1011100 | 1110 |
Color Harmonies of #033A44
Complementary color
Monochromatic Colors of #033A44
Black with #033A44
Text Example
Text Example
White with #033A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A44; }
p { color: rgb(3,58,68); }
H1.HeaderClassName
{
color: #033A44;
}
.AnyTagClassName
{
color: #033A44;
}
</style>
background-color css
<style>
a { background-color: #033A44; }
a { background-color: rgb(3,58,68); }
div.DivClassName
{
background-color: #033A44;
}
.BgClassName
{
background-color: #033A44;
}
</style>
border-color css
<style>
span { border-color: #033A44; }
span { border-color: rgb(3,58,68); }
td.TdClassName
{
border-color: #033A44;
}
.TagClassName
{
border-color: #033A44;
}
</style>