Shades of Sherpa Blue #033D4C
Tints of Sherpa Blue #033D4C
RGB
CMYK
RGB Variations
Color information
#033D4C (or 0x033D4C) is known color: Sherpa Blue. HEX triplet: 03, 3D and 4C. RGB value is (3,61,76). Sum of RGB (Red+Green+Blue) = 3+61+76=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #033D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D4C is #FCC2B3. Grayscale: #2D2D2D. Windows color (decimal): -16564916 or 4996355. OLE color: 4996355.
HSL color Cylindrical-coordinate representation of color #033D4C: hue angle of 192.33º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033D4C is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 61 | 76 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.70 |
| HSL | 192.33º | 0.92% | 0.15% | - |
| HSV(B) | 192.33º | 0.96% | 0.3% | - |
| XYZ | 3.01 | 3.88 | 7.43 | - |
| YUV | 45.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 76 | 0.96 | 0.20 | 0 | 0.70 | 192.33 | 0.92 | 0.15 |
| Hex | 3 | 3D | 4C | 60 | 14 | 0 | 46 | C0 | 5C | F |
| Octal | 3 | 75 | 114 | 140 | 24 | 0 | 106 | 300 | 134 | 17 |
| Binary | 11 | 111101 | 1001100 | 1100000 | 10100 | 0 | 1000110 | 11000000 | 1011100 | 1111 |
Color Harmonies of #033D4C
Complementary color
Monochromatic Colors of #033D4C
Black with #033D4C
Text Example
Text Example
White with #033D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D4C; }
p { color: rgb(3,61,76); }
H1.HeaderClassName
{
color: #033D4C;
}
.AnyTagClassName
{
color: #033D4C;
}
</style>
background-color css
<style>
a { background-color: #033D4C; }
a { background-color: rgb(3,61,76); }
div.DivClassName
{
background-color: #033D4C;
}
.BgClassName
{
background-color: #033D4C;
}
</style>
border-color css
<style>
span { border-color: #033D4C; }
span { border-color: rgb(3,61,76); }
td.TdClassName
{
border-color: #033D4C;
}
.TagClassName
{
border-color: #033D4C;
}
</style>