Shades of Sherpa Blue #03414C
Tints of Sherpa Blue #03414C
RGB
CMYK
RGB Variations
Color information
#03414C (or 0x03414C) is known color: Sherpa Blue. HEX triplet: 03, 41 and 4C. RGB value is (3,65,76). Sum of RGB (Red+Green+Blue) = 3+65+76=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #03414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03414C is #FCBEB3. Grayscale: #2F2F2F. Windows color (decimal): -16563892 or 4997379. OLE color: 4997379.
HSL color Cylindrical-coordinate representation of color #03414C: hue angle of 189.04º 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 #03414C is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 65 | 76 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.70 |
| HSL | 189.04º | 0.92% | 0.15% | - |
| HSV(B) | 189.04º | 0.96% | 0.3% | - |
| XYZ | 3.23 | 4.32 | 7.5 | - |
| YUV | 47.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 76 | 0.96 | 0.14 | 0 | 0.70 | 189.04 | 0.92 | 0.15 |
| Hex | 3 | 41 | 4C | 60 | E | 0 | 46 | BD | 5C | F |
| Octal | 3 | 101 | 114 | 140 | 16 | 0 | 106 | 275 | 134 | 17 |
| Binary | 11 | 1000001 | 1001100 | 1100000 | 1110 | 0 | 1000110 | 10111101 | 1011100 | 1111 |
Color Harmonies of #03414C
Complementary color
Monochromatic Colors of #03414C
Black with #03414C
Text Example
Text Example
White with #03414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03414C; }
p { color: rgb(3,65,76); }
H1.HeaderClassName
{
color: #03414C;
}
.AnyTagClassName
{
color: #03414C;
}
</style>
background-color css
<style>
a { background-color: #03414C; }
a { background-color: rgb(3,65,76); }
div.DivClassName
{
background-color: #03414C;
}
.BgClassName
{
background-color: #03414C;
}
</style>
border-color css
<style>
span { border-color: #03414C; }
span { border-color: rgb(3,65,76); }
td.TdClassName
{
border-color: #03414C;
}
.TagClassName
{
border-color: #03414C;
}
</style>