Shades of Sherpa Blue #03404E
Tints of Sherpa Blue #03404E
RGB
CMYK
RGB Variations
Color information
#03404E (or 0x03404E) is known color: Sherpa Blue. HEX triplet: 03, 40 and 4E. RGB value is (3,64,78). Sum of RGB (Red+Green+Blue) = 3+64+78=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #03404E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03404E is #FCBFB1. Grayscale: #2F2F2F. Windows color (decimal): -16564146 or 5128195. OLE color: 5128195.
HSL color Cylindrical-coordinate representation of color #03404E: hue angle of 191.2º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03404E is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 64 | 78 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.69 |
| HSL | 191.2º | 0.93% | 0.16% | - |
| HSV(B) | 191.2º | 0.96% | 0.31% | - |
| XYZ | 3.25 | 4.24 | 7.85 | - |
| YUV | 47.36 | 145.29 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 78 | 0.96 | 0.18 | 0 | 0.69 | 191.2 | 0.93 | 0.16 |
| Hex | 3 | 40 | 4E | 60 | 12 | 0 | 45 | BF | 5D | 10 |
| Octal | 3 | 100 | 116 | 140 | 22 | 0 | 105 | 277 | 135 | 20 |
| Binary | 11 | 1000000 | 1001110 | 1100000 | 10010 | 0 | 1000101 | 10111111 | 1011101 | 10000 |
Color Harmonies of #03404E
Complementary color
Monochromatic Colors of #03404E
Black with #03404E
Text Example
Text Example
White with #03404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03404E; }
p { color: rgb(3,64,78); }
H1.HeaderClassName
{
color: #03404E;
}
.AnyTagClassName
{
color: #03404E;
}
</style>
background-color css
<style>
a { background-color: #03404E; }
a { background-color: rgb(3,64,78); }
div.DivClassName
{
background-color: #03404E;
}
.BgClassName
{
background-color: #03404E;
}
</style>
border-color css
<style>
span { border-color: #03404E; }
span { border-color: rgb(3,64,78); }
td.TdClassName
{
border-color: #03404E;
}
.TagClassName
{
border-color: #03404E;
}
</style>