Shades of Sherpa Blue #03455D
Tints of Sherpa Blue #03455D
RGB
CMYK
RGB Variations
Color information
#03455D (or 0x03455D) is known color: Sherpa Blue. HEX triplet: 03, 45 and 5D. RGB value is (3,69,93). Sum of RGB (Red+Green+Blue) = 3+69+93=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #03455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03455D is #FCBAA2. Grayscale: #333333. Windows color (decimal): -16562851 or 6112515. OLE color: 6112515.
HSL color Cylindrical-coordinate representation of color #03455D: hue angle of 196º 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 #03455D is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 69 | 93 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.64 |
| HSL | 196º | 0.94% | 0.19% | - |
| HSV(B) | 196º | 0.97% | 0.36% | - |
| XYZ | 4.14 | 5.07 | 11.12 | - |
| YUV | 52 | 151.13 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 93 | 0.97 | 0.26 | 0 | 0.64 | 196 | 0.94 | 0.19 |
| Hex | 3 | 45 | 5D | 61 | 1A | 0 | 40 | C4 | 5E | 13 |
| Octal | 3 | 105 | 135 | 141 | 32 | 0 | 100 | 304 | 136 | 23 |
| Binary | 11 | 1000101 | 1011101 | 1100001 | 11010 | 0 | 1000000 | 11000100 | 1011110 | 10011 |
Color Harmonies of #03455D
Complementary color
Monochromatic Colors of #03455D
Black with #03455D
Text Example
Text Example
White with #03455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03455D; }
p { color: rgb(3,69,93); }
H1.HeaderClassName
{
color: #03455D;
}
.AnyTagClassName
{
color: #03455D;
}
</style>
background-color css
<style>
a { background-color: #03455D; }
a { background-color: rgb(3,69,93); }
div.DivClassName
{
background-color: #03455D;
}
.BgClassName
{
background-color: #03455D;
}
</style>
border-color css
<style>
span { border-color: #03455D; }
span { border-color: rgb(3,69,93); }
td.TdClassName
{
border-color: #03455D;
}
.TagClassName
{
border-color: #03455D;
}
</style>