Shades of Sherpa Blue #03455C
Tints of Sherpa Blue #03455C
RGB
CMYK
RGB Variations
Color information
#03455C (or 0x03455C) is known color: Sherpa Blue. HEX triplet: 03, 45 and 5C. RGB value is (3,69,92). Sum of RGB (Red+Green+Blue) = 3+69+92=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #03455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03455C is #FCBAA3. Grayscale: #333333. Windows color (decimal): -16562852 or 6046979. OLE color: 6046979.
HSL color Cylindrical-coordinate representation of color #03455C: hue angle of 195.51º 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 #03455C is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 69 | 92 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.64 |
| HSL | 195.51º | 0.94% | 0.19% | - |
| HSV(B) | 195.51º | 0.97% | 0.36% | - |
| XYZ | 4.1 | 5.05 | 10.88 | - |
| YUV | 51.89 | 150.63 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 92 | 0.97 | 0.25 | 0 | 0.64 | 195.51 | 0.94 | 0.19 |
| Hex | 3 | 45 | 5C | 61 | 19 | 0 | 40 | C4 | 5E | 13 |
| Octal | 3 | 105 | 134 | 141 | 31 | 0 | 100 | 304 | 136 | 23 |
| Binary | 11 | 1000101 | 1011100 | 1100001 | 11001 | 0 | 1000000 | 11000100 | 1011110 | 10011 |
Color Harmonies of #03455C
Complementary color
Monochromatic Colors of #03455C
Black with #03455C
Text Example
Text Example
White with #03455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03455C; }
p { color: rgb(3,69,92); }
H1.HeaderClassName
{
color: #03455C;
}
.AnyTagClassName
{
color: #03455C;
}
</style>
background-color css
<style>
a { background-color: #03455C; }
a { background-color: rgb(3,69,92); }
div.DivClassName
{
background-color: #03455C;
}
.BgClassName
{
background-color: #03455C;
}
</style>
border-color css
<style>
span { border-color: #03455C; }
span { border-color: rgb(3,69,92); }
td.TdClassName
{
border-color: #03455C;
}
.TagClassName
{
border-color: #03455C;
}
</style>