Shades of Sherpa Blue #03495C
Tints of Sherpa Blue #03495C
RGB
CMYK
RGB Variations
Color information
#03495C (or 0x03495C) is known color: Sherpa Blue. HEX triplet: 03, 49 and 5C. RGB value is (3,73,92). Sum of RGB (Red+Green+Blue) = 3+73+92=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #03495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03495C is #FCB6A3. Grayscale: #363636. Windows color (decimal): -16561828 or 6048003. OLE color: 6048003.
HSL color Cylindrical-coordinate representation of color #03495C: hue angle of 192.81º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03495C is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 73 | 92 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.64 |
| HSL | 192.81º | 0.94% | 0.19% | - |
| HSV(B) | 192.81º | 0.97% | 0.36% | - |
| XYZ | 4.35 | 5.56 | 10.97 | - |
| YUV | 54.24 | 149.31 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 92 | 0.97 | 0.21 | 0 | 0.64 | 192.81 | 0.94 | 0.19 |
| Hex | 3 | 49 | 5C | 61 | 15 | 0 | 40 | C1 | 5E | 13 |
| Octal | 3 | 111 | 134 | 141 | 25 | 0 | 100 | 301 | 136 | 23 |
| Binary | 11 | 1001001 | 1011100 | 1100001 | 10101 | 0 | 1000000 | 11000001 | 1011110 | 10011 |
Color Harmonies of #03495C
Complementary color
Monochromatic Colors of #03495C
Black with #03495C
Text Example
Text Example
White with #03495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03495C; }
p { color: rgb(3,73,92); }
H1.HeaderClassName
{
color: #03495C;
}
.AnyTagClassName
{
color: #03495C;
}
</style>
background-color css
<style>
a { background-color: #03495C; }
a { background-color: rgb(3,73,92); }
div.DivClassName
{
background-color: #03495C;
}
.BgClassName
{
background-color: #03495C;
}
</style>
border-color css
<style>
span { border-color: #03495C; }
span { border-color: rgb(3,73,92); }
td.TdClassName
{
border-color: #03495C;
}
.TagClassName
{
border-color: #03495C;
}
</style>