Shades of Sherpa Blue #03444D
Tints of Sherpa Blue #03444D
RGB
CMYK
RGB Variations
Color information
#03444D (or 0x03444D) is known color: Sherpa Blue. HEX triplet: 03, 44 and 4D. RGB value is (3,68,77). Sum of RGB (Red+Green+Blue) = 3+68+77=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #03444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03444D is #FCBBB2. Grayscale: #313131. Windows color (decimal): -16563123 or 5063683. OLE color: 5063683.
HSL color Cylindrical-coordinate representation of color #03444D: hue angle of 187.3º 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 #03444D is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 68 | 77 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.70 |
| HSL | 187.3º | 0.93% | 0.16% | - |
| HSV(B) | 187.3º | 0.96% | 0.3% | - |
| XYZ | 3.44 | 4.69 | 7.74 | - |
| YUV | 49.59 | 143.47 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 77 | 0.96 | 0.12 | 0 | 0.70 | 187.3 | 0.93 | 0.16 |
| Hex | 3 | 44 | 4D | 60 | C | 0 | 46 | BB | 5C | 10 |
| Octal | 3 | 104 | 115 | 140 | 14 | 0 | 106 | 273 | 134 | 20 |
| Binary | 11 | 1000100 | 1001101 | 1100000 | 1100 | 0 | 1000110 | 10111011 | 1011100 | 10000 |
Color Harmonies of #03444D
Complementary color
Monochromatic Colors of #03444D
Black with #03444D
Text Example
Text Example
White with #03444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03444D; }
p { color: rgb(3,68,77); }
H1.HeaderClassName
{
color: #03444D;
}
.AnyTagClassName
{
color: #03444D;
}
</style>
background-color css
<style>
a { background-color: #03444D; }
a { background-color: rgb(3,68,77); }
div.DivClassName
{
background-color: #03444D;
}
.BgClassName
{
background-color: #03444D;
}
</style>
border-color css
<style>
span { border-color: #03444D; }
span { border-color: rgb(3,68,77); }
td.TdClassName
{
border-color: #03444D;
}
.TagClassName
{
border-color: #03444D;
}
</style>