Shades of Sherpa Blue #03485E
Tints of Sherpa Blue #03485E
RGB
CMYK
RGB Variations
Color information
#03485E (or 0x03485E) is known color: Sherpa Blue. HEX triplet: 03, 48 and 5E. RGB value is (3,72,94). Sum of RGB (Red+Green+Blue) = 3+72+94=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #03485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03485E is #FCB7A1. Grayscale: #353535. Windows color (decimal): -16562082 or 6178819. OLE color: 6178819.
HSL color Cylindrical-coordinate representation of color #03485E: hue angle of 194.51º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03485E is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 72 | 94 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.63 |
| HSL | 194.51º | 0.94% | 0.19% | - |
| HSV(B) | 194.51º | 0.97% | 0.37% | - |
| XYZ | 4.38 | 5.46 | 11.41 | - |
| YUV | 53.88 | 150.64 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 94 | 0.97 | 0.23 | 0 | 0.63 | 194.51 | 0.94 | 0.19 |
| Hex | 3 | 48 | 5E | 61 | 17 | 0 | 3F | C3 | 5E | 13 |
| Octal | 3 | 110 | 136 | 141 | 27 | 0 | 77 | 303 | 136 | 23 |
| Binary | 11 | 1001000 | 1011110 | 1100001 | 10111 | 0 | 111111 | 11000011 | 1011110 | 10011 |
Color Harmonies of #03485E
Complementary color
Monochromatic Colors of #03485E
Black with #03485E
Text Example
Text Example
White with #03485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03485E; }
p { color: rgb(3,72,94); }
H1.HeaderClassName
{
color: #03485E;
}
.AnyTagClassName
{
color: #03485E;
}
</style>
background-color css
<style>
a { background-color: #03485E; }
a { background-color: rgb(3,72,94); }
div.DivClassName
{
background-color: #03485E;
}
.BgClassName
{
background-color: #03485E;
}
</style>
border-color css
<style>
span { border-color: #03485E; }
span { border-color: rgb(3,72,94); }
td.TdClassName
{
border-color: #03485E;
}
.TagClassName
{
border-color: #03485E;
}
</style>