Shades of Sherpa Blue #034353
Tints of Sherpa Blue #034353
RGB
CMYK
RGB Variations
Color information
#034353 (or 0x034353) is known color: Sherpa Blue. HEX triplet: 03, 43 and 53. RGB value is (3,67,83). Sum of RGB (Red+Green+Blue) = 3+67+83=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #034353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034353 is #FCBCAC. Grayscale: #313131. Windows color (decimal): -16563373 or 5456643. OLE color: 5456643.
HSL color Cylindrical-coordinate representation of color #034353: hue angle of 192º 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 #034353 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 67 | 83 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.67 |
| HSL | 192º | 0.93% | 0.17% | - |
| HSV(B) | 192º | 0.96% | 0.33% | - |
| XYZ | 3.61 | 4.66 | 8.89 | - |
| YUV | 49.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 83 | 0.96 | 0.19 | 0 | 0.67 | 192 | 0.93 | 0.17 |
| Hex | 3 | 43 | 53 | 60 | 13 | 0 | 43 | C0 | 5D | 11 |
| Octal | 3 | 103 | 123 | 140 | 23 | 0 | 103 | 300 | 135 | 21 |
| Binary | 11 | 1000011 | 1010011 | 1100000 | 10011 | 0 | 1000011 | 11000000 | 1011101 | 10001 |
Color Harmonies of #034353
Complementary color
Monochromatic Colors of #034353
Black with #034353
Text Example
Text Example
White with #034353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034353; }
p { color: rgb(3,67,83); }
H1.HeaderClassName
{
color: #034353;
}
.AnyTagClassName
{
color: #034353;
}
</style>
background-color css
<style>
a { background-color: #034353; }
a { background-color: rgb(3,67,83); }
div.DivClassName
{
background-color: #034353;
}
.BgClassName
{
background-color: #034353;
}
</style>
border-color css
<style>
span { border-color: #034353; }
span { border-color: rgb(3,67,83); }
td.TdClassName
{
border-color: #034353;
}
.TagClassName
{
border-color: #034353;
}
</style>