Shades of Sherpa Blue #033D4A
Tints of Sherpa Blue #033D4A
RGB
CMYK
RGB Variations
Color information
#033D4A (or 0x033D4A) is known color: Sherpa Blue. HEX triplet: 03, 3D and 4A. RGB value is (3,61,74). Sum of RGB (Red+Green+Blue) = 3+61+74=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 74 (29.30% from 255 or 53.62% from 138); Max value from RGB is 74 - color contains mainly: blue. Hex color #033D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D4A is #FCC2B5. Grayscale: #2D2D2D. Windows color (decimal): -16564918 or 4865283. OLE color: 4865283.
HSL color Cylindrical-coordinate representation of color #033D4A: hue angle of 190.99º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033D4A is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 61 | 74 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.71 |
| HSL | 190.99º | 0.92% | 0.15% | - |
| HSV(B) | 190.99º | 0.96% | 0.29% | - |
| XYZ | 2.94 | 3.85 | 7.07 | - |
| YUV | 45.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 74 | 0.96 | 0.18 | 0 | 0.71 | 190.99 | 0.92 | 0.15 |
| Hex | 3 | 3D | 4A | 60 | 12 | 0 | 47 | BF | 5C | F |
| Octal | 3 | 75 | 112 | 140 | 22 | 0 | 107 | 277 | 134 | 17 |
| Binary | 11 | 111101 | 1001010 | 1100000 | 10010 | 0 | 1000111 | 10111111 | 1011100 | 1111 |
Color Harmonies of #033D4A
Complementary color
Monochromatic Colors of #033D4A
Black with #033D4A
Text Example
Text Example
White with #033D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D4A; }
p { color: rgb(3,61,74); }
H1.HeaderClassName
{
color: #033D4A;
}
.AnyTagClassName
{
color: #033D4A;
}
</style>
background-color css
<style>
a { background-color: #033D4A; }
a { background-color: rgb(3,61,74); }
div.DivClassName
{
background-color: #033D4A;
}
.BgClassName
{
background-color: #033D4A;
}
</style>
border-color css
<style>
span { border-color: #033D4A; }
span { border-color: rgb(3,61,74); }
td.TdClassName
{
border-color: #033D4A;
}
.TagClassName
{
border-color: #033D4A;
}
</style>