Shades of Sherpa Blue #03534B
Tints of Sherpa Blue #03534B
RGB
CMYK
RGB Variations
Color information
#03534B (or 0x03534B) is known color: Sherpa Blue. HEX triplet: 03, 53 and 4B. RGB value is (3,83,75). Sum of RGB (Red+Green+Blue) = 3+83+75=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #03534B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03534B is #FCACB4. Grayscale: #3A3A3A. Windows color (decimal): -16559285 or 4936451. OLE color: 4936451.
HSL color Cylindrical-coordinate representation of color #03534B: hue angle of 174º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03534B is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 75 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.67 |
| HSL | 174º | 0.93% | 0.17% | - |
| HSV(B) | 174º | 0.96% | 0.33% | - |
| XYZ | 4.4 | 6.71 | 7.72 | - |
| YUV | 58.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 75 | 0.96 | 0 | 0.10 | 0.67 | 174 | 0.93 | 0.17 |
| Hex | 3 | 53 | 4B | 60 | 0 | A | 43 | AE | 5D | 11 |
| Octal | 3 | 123 | 113 | 140 | 0 | 12 | 103 | 256 | 135 | 21 |
| Binary | 11 | 1010011 | 1001011 | 1100000 | 0 | 1010 | 1000011 | 10101110 | 1011101 | 10001 |
Color Harmonies of #03534B
Complementary color
Monochromatic Colors of #03534B
Black with #03534B
Text Example
Text Example
White with #03534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03534B; }
p { color: rgb(3,83,75); }
H1.HeaderClassName
{
color: #03534B;
}
.AnyTagClassName
{
color: #03534B;
}
</style>
background-color css
<style>
a { background-color: #03534B; }
a { background-color: rgb(3,83,75); }
div.DivClassName
{
background-color: #03534B;
}
.BgClassName
{
background-color: #03534B;
}
</style>
border-color css
<style>
span { border-color: #03534B; }
span { border-color: rgb(3,83,75); }
td.TdClassName
{
border-color: #03534B;
}
.TagClassName
{
border-color: #03534B;
}
</style>