Shades of Sherpa Blue #03454D
Tints of Sherpa Blue #03454D
RGB
CMYK
RGB Variations
Color information
#03454D (or 0x03454D) is known color: Sherpa Blue. HEX triplet: 03, 45 and 4D. RGB value is (3,69,77). Sum of RGB (Red+Green+Blue) = 3+69+77=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #03454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03454D is #FCBAB2. Grayscale: #323232. Windows color (decimal): -16562867 or 5063939. OLE color: 5063939.
HSL color Cylindrical-coordinate representation of color #03454D: hue angle of 186.49º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03454D is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 69 | 77 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.70 |
| HSL | 186.49º | 0.93% | 0.16% | - |
| HSV(B) | 186.49º | 0.96% | 0.3% | - |
| XYZ | 3.51 | 4.81 | 7.77 | - |
| YUV | 50.18 | 143.13 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 77 | 0.96 | 0.10 | 0 | 0.70 | 186.49 | 0.93 | 0.16 |
| Hex | 3 | 45 | 4D | 60 | A | 0 | 46 | BA | 5C | 10 |
| Octal | 3 | 105 | 115 | 140 | 12 | 0 | 106 | 272 | 134 | 20 |
| Binary | 11 | 1000101 | 1001101 | 1100000 | 1010 | 0 | 1000110 | 10111010 | 1011100 | 10000 |
Color Harmonies of #03454D
Complementary color
Monochromatic Colors of #03454D
Black with #03454D
Text Example
Text Example
White with #03454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03454D; }
p { color: rgb(3,69,77); }
H1.HeaderClassName
{
color: #03454D;
}
.AnyTagClassName
{
color: #03454D;
}
</style>
background-color css
<style>
a { background-color: #03454D; }
a { background-color: rgb(3,69,77); }
div.DivClassName
{
background-color: #03454D;
}
.BgClassName
{
background-color: #03454D;
}
</style>
border-color css
<style>
span { border-color: #03454D; }
span { border-color: rgb(3,69,77); }
td.TdClassName
{
border-color: #03454D;
}
.TagClassName
{
border-color: #03454D;
}
</style>