Shades of Sherpa Blue #03444C
Tints of Sherpa Blue #03444C
RGB
CMYK
RGB Variations
Color information
#03444C (or 0x03444C) is known color: Sherpa Blue. HEX triplet: 03, 44 and 4C. RGB value is (3,68,76). Sum of RGB (Red+Green+Blue) = 3+68+76=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #03444C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03444C is #FCBBB3. Grayscale: #313131. Windows color (decimal): -16563124 or 4998147. OLE color: 4998147.
HSL color Cylindrical-coordinate representation of color #03444C: hue angle of 186.58º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03444C is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 68 | 76 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.70 |
| HSL | 186.58º | 0.92% | 0.15% | - |
| HSV(B) | 186.58º | 0.96% | 0.3% | - |
| XYZ | 3.41 | 4.68 | 7.56 | - |
| YUV | 49.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 76 | 0.96 | 0.11 | 0 | 0.70 | 186.58 | 0.92 | 0.15 |
| Hex | 3 | 44 | 4C | 60 | B | 0 | 46 | BB | 5C | F |
| Octal | 3 | 104 | 114 | 140 | 13 | 0 | 106 | 273 | 134 | 17 |
| Binary | 11 | 1000100 | 1001100 | 1100000 | 1011 | 0 | 1000110 | 10111011 | 1011100 | 1111 |
Color Harmonies of #03444C
Complementary color
Monochromatic Colors of #03444C
Black with #03444C
Text Example
Text Example
White with #03444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03444C; }
p { color: rgb(3,68,76); }
H1.HeaderClassName
{
color: #03444C;
}
.AnyTagClassName
{
color: #03444C;
}
</style>
background-color css
<style>
a { background-color: #03444C; }
a { background-color: rgb(3,68,76); }
div.DivClassName
{
background-color: #03444C;
}
.BgClassName
{
background-color: #03444C;
}
</style>
border-color css
<style>
span { border-color: #03444C; }
span { border-color: rgb(3,68,76); }
td.TdClassName
{
border-color: #03444C;
}
.TagClassName
{
border-color: #03444C;
}
</style>