Shades of Sherpa Blue #03435A
Tints of Sherpa Blue #03435A
RGB
CMYK
RGB Variations
Color information
#03435A (or 0x03435A) is known color: Sherpa Blue. HEX triplet: 03, 43 and 5A. RGB value is (3,67,90). Sum of RGB (Red+Green+Blue) = 3+67+90=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #03435A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03435A is #FCBCA5. Grayscale: #323232. Windows color (decimal): -16563366 or 5915395. OLE color: 5915395.
HSL color Cylindrical-coordinate representation of color #03435A: hue angle of 195.86º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03435A is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 67 | 90 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.65 |
| HSL | 195.86º | 0.94% | 0.18% | - |
| HSV(B) | 195.86º | 0.97% | 0.35% | - |
| XYZ | 3.89 | 4.77 | 10.39 | - |
| YUV | 50.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 90 | 0.97 | 0.26 | 0 | 0.65 | 195.86 | 0.94 | 0.18 |
| Hex | 3 | 43 | 5A | 61 | 1A | 0 | 41 | C4 | 5E | 12 |
| Octal | 3 | 103 | 132 | 141 | 32 | 0 | 101 | 304 | 136 | 22 |
| Binary | 11 | 1000011 | 1011010 | 1100001 | 11010 | 0 | 1000001 | 11000100 | 1011110 | 10010 |
Color Harmonies of #03435A
Complementary color
Monochromatic Colors of #03435A
Black with #03435A
Text Example
Text Example
White with #03435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03435A; }
p { color: rgb(3,67,90); }
H1.HeaderClassName
{
color: #03435A;
}
.AnyTagClassName
{
color: #03435A;
}
</style>
background-color css
<style>
a { background-color: #03435A; }
a { background-color: rgb(3,67,90); }
div.DivClassName
{
background-color: #03435A;
}
.BgClassName
{
background-color: #03435A;
}
</style>
border-color css
<style>
span { border-color: #03435A; }
span { border-color: rgb(3,67,90); }
td.TdClassName
{
border-color: #03435A;
}
.TagClassName
{
border-color: #03435A;
}
</style>