Shades of Sherpa Blue #03474C
Tints of Sherpa Blue #03474C
RGB
CMYK
RGB Variations
Color information
#03474C (or 0x03474C) is known color: Sherpa Blue. HEX triplet: 03, 47 and 4C. RGB value is (3,71,76). Sum of RGB (Red+Green+Blue) = 3+71+76=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #03474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03474C is #FCB8B3. Grayscale: #333333. Windows color (decimal): -16562356 or 4998915. OLE color: 4998915.
HSL color Cylindrical-coordinate representation of color #03474C: hue angle of 184.11º 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 #03474C is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 71 | 76 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.70 |
| HSL | 184.11º | 0.92% | 0.15% | - |
| HSV(B) | 184.11º | 0.96% | 0.3% | - |
| XYZ | 3.6 | 5.05 | 7.62 | - |
| YUV | 51.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 76 | 0.96 | 0.07 | 0 | 0.70 | 184.11 | 0.92 | 0.15 |
| Hex | 3 | 47 | 4C | 60 | 7 | 0 | 46 | B8 | 5C | F |
| Octal | 3 | 107 | 114 | 140 | 7 | 0 | 106 | 270 | 134 | 17 |
| Binary | 11 | 1000111 | 1001100 | 1100000 | 111 | 0 | 1000110 | 10111000 | 1011100 | 1111 |
Color Harmonies of #03474C
Complementary color
Monochromatic Colors of #03474C
Black with #03474C
Text Example
Text Example
White with #03474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03474C; }
p { color: rgb(3,71,76); }
H1.HeaderClassName
{
color: #03474C;
}
.AnyTagClassName
{
color: #03474C;
}
</style>
background-color css
<style>
a { background-color: #03474C; }
a { background-color: rgb(3,71,76); }
div.DivClassName
{
background-color: #03474C;
}
.BgClassName
{
background-color: #03474C;
}
</style>
border-color css
<style>
span { border-color: #03474C; }
span { border-color: rgb(3,71,76); }
td.TdClassName
{
border-color: #03474C;
}
.TagClassName
{
border-color: #03474C;
}
</style>