Shades of Sherpa Blue #03404C
Tints of Sherpa Blue #03404C
RGB
CMYK
RGB Variations
Color information
#03404C (or 0x03404C) is known color: Sherpa Blue. HEX triplet: 03, 40 and 4C. RGB value is (3,64,76). Sum of RGB (Red+Green+Blue) = 3+64+76=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #03404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03404C is #FCBFB3. Grayscale: #2F2F2F. Windows color (decimal): -16564148 or 4997123. OLE color: 4997123.
HSL color Cylindrical-coordinate representation of color #03404C: hue angle of 189.86º 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 #03404C is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 64 | 76 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.70 |
| HSL | 189.86º | 0.92% | 0.15% | - |
| HSV(B) | 189.86º | 0.96% | 0.3% | - |
| XYZ | 3.18 | 4.21 | 7.48 | - |
| YUV | 47.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 76 | 0.96 | 0.16 | 0 | 0.70 | 189.86 | 0.92 | 0.15 |
| Hex | 3 | 40 | 4C | 60 | 10 | 0 | 46 | BE | 5C | F |
| Octal | 3 | 100 | 114 | 140 | 20 | 0 | 106 | 276 | 134 | 17 |
| Binary | 11 | 1000000 | 1001100 | 1100000 | 10000 | 0 | 1000110 | 10111110 | 1011100 | 1111 |
Color Harmonies of #03404C
Complementary color
Monochromatic Colors of #03404C
Black with #03404C
Text Example
Text Example
White with #03404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03404C; }
p { color: rgb(3,64,76); }
H1.HeaderClassName
{
color: #03404C;
}
.AnyTagClassName
{
color: #03404C;
}
</style>
background-color css
<style>
a { background-color: #03404C; }
a { background-color: rgb(3,64,76); }
div.DivClassName
{
background-color: #03404C;
}
.BgClassName
{
background-color: #03404C;
}
</style>
border-color css
<style>
span { border-color: #03404C; }
span { border-color: rgb(3,64,76); }
td.TdClassName
{
border-color: #03404C;
}
.TagClassName
{
border-color: #03404C;
}
</style>