Shades of Sherpa Blue #03404D
Tints of Sherpa Blue #03404D
RGB
CMYK
RGB Variations
Color information
#03404D (or 0x03404D) is known color: Sherpa Blue. HEX triplet: 03, 40 and 4D. RGB value is (3,64,77). Sum of RGB (Red+Green+Blue) = 3+64+77=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #03404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03404D is #FCBFB2. Grayscale: #2F2F2F. Windows color (decimal): -16564147 or 5062659. OLE color: 5062659.
HSL color Cylindrical-coordinate representation of color #03404D: hue angle of 190.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03404D is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 64 | 77 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.70 |
| HSL | 190.54º | 0.93% | 0.16% | - |
| HSV(B) | 190.54º | 0.96% | 0.3% | - |
| XYZ | 3.21 | 4.22 | 7.67 | - |
| YUV | 47.24 | 144.79 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 77 | 0.96 | 0.17 | 0 | 0.70 | 190.54 | 0.93 | 0.16 |
| Hex | 3 | 40 | 4D | 60 | 11 | 0 | 46 | BF | 5C | 10 |
| Octal | 3 | 100 | 115 | 140 | 21 | 0 | 106 | 277 | 134 | 20 |
| Binary | 11 | 1000000 | 1001101 | 1100000 | 10001 | 0 | 1000110 | 10111111 | 1011100 | 10000 |
Color Harmonies of #03404D
Complementary color
Monochromatic Colors of #03404D
Black with #03404D
Text Example
Text Example
White with #03404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03404D; }
p { color: rgb(3,64,77); }
H1.HeaderClassName
{
color: #03404D;
}
.AnyTagClassName
{
color: #03404D;
}
</style>
background-color css
<style>
a { background-color: #03404D; }
a { background-color: rgb(3,64,77); }
div.DivClassName
{
background-color: #03404D;
}
.BgClassName
{
background-color: #03404D;
}
</style>
border-color css
<style>
span { border-color: #03404D; }
span { border-color: rgb(3,64,77); }
td.TdClassName
{
border-color: #03404D;
}
.TagClassName
{
border-color: #03404D;
}
</style>