Shades of Sherpa Blue #03435D
Tints of Sherpa Blue #03435D
RGB
CMYK
RGB Variations
Color information
#03435D (or 0x03435D) is known color: Sherpa Blue. HEX triplet: 03, 43 and 5D. RGB value is (3,67,93). Sum of RGB (Red+Green+Blue) = 3+67+93=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #03435D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03435D is #FCBCA2. Grayscale: #323232. Windows color (decimal): -16563363 or 6112003. OLE color: 6112003.
HSL color Cylindrical-coordinate representation of color #03435D: hue angle of 197.33º 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 #03435D is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 67 | 93 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.64 |
| HSL | 197.33º | 0.94% | 0.19% | - |
| HSV(B) | 197.33º | 0.97% | 0.36% | - |
| XYZ | 4.02 | 4.82 | 11.08 | - |
| YUV | 50.83 | 151.8 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 93 | 0.97 | 0.28 | 0 | 0.64 | 197.33 | 0.94 | 0.19 |
| Hex | 3 | 43 | 5D | 61 | 1C | 0 | 40 | C5 | 5E | 13 |
| Octal | 3 | 103 | 135 | 141 | 34 | 0 | 100 | 305 | 136 | 23 |
| Binary | 11 | 1000011 | 1011101 | 1100001 | 11100 | 0 | 1000000 | 11000101 | 1011110 | 10011 |
Color Harmonies of #03435D
Complementary color
Monochromatic Colors of #03435D
Black with #03435D
Text Example
Text Example
White with #03435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03435D; }
p { color: rgb(3,67,93); }
H1.HeaderClassName
{
color: #03435D;
}
.AnyTagClassName
{
color: #03435D;
}
</style>
background-color css
<style>
a { background-color: #03435D; }
a { background-color: rgb(3,67,93); }
div.DivClassName
{
background-color: #03435D;
}
.BgClassName
{
background-color: #03435D;
}
</style>
border-color css
<style>
span { border-color: #03435D; }
span { border-color: rgb(3,67,93); }
td.TdClassName
{
border-color: #03435D;
}
.TagClassName
{
border-color: #03435D;
}
</style>