Shades of Sherpa Blue #03445D
Tints of Sherpa Blue #03445D
RGB
CMYK
RGB Variations
Color information
#03445D (or 0x03445D) is known color: Sherpa Blue. HEX triplet: 03, 44 and 5D. RGB value is (3,68,93). Sum of RGB (Red+Green+Blue) = 3+68+93=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #03445D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03445D is #FCBBA2. Grayscale: #333333. Windows color (decimal): -16563107 or 6112259. OLE color: 6112259.
HSL color Cylindrical-coordinate representation of color #03445D: hue angle of 196.67º 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 #03445D is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 68 | 93 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.64 |
| HSL | 196.67º | 0.94% | 0.19% | - |
| HSV(B) | 196.67º | 0.97% | 0.36% | - |
| XYZ | 4.08 | 4.94 | 11.1 | - |
| YUV | 51.42 | 151.47 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 93 | 0.97 | 0.27 | 0 | 0.64 | 196.67 | 0.94 | 0.19 |
| Hex | 3 | 44 | 5D | 61 | 1B | 0 | 40 | C5 | 5E | 13 |
| Octal | 3 | 104 | 135 | 141 | 33 | 0 | 100 | 305 | 136 | 23 |
| Binary | 11 | 1000100 | 1011101 | 1100001 | 11011 | 0 | 1000000 | 11000101 | 1011110 | 10011 |
Color Harmonies of #03445D
Complementary color
Monochromatic Colors of #03445D
Black with #03445D
Text Example
Text Example
White with #03445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03445D; }
p { color: rgb(3,68,93); }
H1.HeaderClassName
{
color: #03445D;
}
.AnyTagClassName
{
color: #03445D;
}
</style>
background-color css
<style>
a { background-color: #03445D; }
a { background-color: rgb(3,68,93); }
div.DivClassName
{
background-color: #03445D;
}
.BgClassName
{
background-color: #03445D;
}
</style>
border-color css
<style>
span { border-color: #03445D; }
span { border-color: rgb(3,68,93); }
td.TdClassName
{
border-color: #03445D;
}
.TagClassName
{
border-color: #03445D;
}
</style>