Shades of Sherpa Blue #03404F
Tints of Sherpa Blue #03404F
RGB
CMYK
RGB Variations
Color information
#03404F (or 0x03404F) is known color: Sherpa Blue. HEX triplet: 03, 40 and 4F. RGB value is (3,64,79). Sum of RGB (Red+Green+Blue) = 3+64+79=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #03404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03404F is #FCBFB0. Grayscale: #2F2F2F. Windows color (decimal): -16564145 or 5193731. OLE color: 5193731.
HSL color Cylindrical-coordinate representation of color #03404F: hue angle of 191.84º 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 #03404F is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 64 | 79 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.69 |
| HSL | 191.84º | 0.93% | 0.16% | - |
| HSV(B) | 191.84º | 0.96% | 0.31% | - |
| XYZ | 3.28 | 4.25 | 8.04 | - |
| YUV | 47.47 | 145.79 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 79 | 0.96 | 0.19 | 0 | 0.69 | 191.84 | 0.93 | 0.16 |
| Hex | 3 | 40 | 4F | 60 | 13 | 0 | 45 | C0 | 5D | 10 |
| Octal | 3 | 100 | 117 | 140 | 23 | 0 | 105 | 300 | 135 | 20 |
| Binary | 11 | 1000000 | 1001111 | 1100000 | 10011 | 0 | 1000101 | 11000000 | 1011101 | 10000 |
Color Harmonies of #03404F
Complementary color
Monochromatic Colors of #03404F
Black with #03404F
Text Example
Text Example
White with #03404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03404F; }
p { color: rgb(3,64,79); }
H1.HeaderClassName
{
color: #03404F;
}
.AnyTagClassName
{
color: #03404F;
}
</style>
background-color css
<style>
a { background-color: #03404F; }
a { background-color: rgb(3,64,79); }
div.DivClassName
{
background-color: #03404F;
}
.BgClassName
{
background-color: #03404F;
}
</style>
border-color css
<style>
span { border-color: #03404F; }
span { border-color: rgb(3,64,79); }
td.TdClassName
{
border-color: #03404F;
}
.TagClassName
{
border-color: #03404F;
}
</style>