Shades of Sherpa Blue #004353
Tints of Sherpa Blue #004353
RGB
CMYK
RGB Variations
Color information
#004353 (or 0x004353) is known color: Sherpa Blue. HEX triplet: 00, 43 and 53. RGB value is (0,67,83). Sum of RGB (Red+Green+Blue) = 0+67+83=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #004353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004353 is #FFBCAC. Grayscale: #303030. Windows color (decimal): -16759981 or 5456640. OLE color: 5456640.
HSL color Cylindrical-coordinate representation of color #004353: hue angle of 191.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004353 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 67 | 83 | - |
| CMYK | 1 | 0.19 | 0 | 0.67 |
| HSL | 191.57º | 1% | 0.16% | - |
| HSV(B) | 191.57º | 1% | 0.33% | - |
| XYZ | 3.57 | 4.64 | 8.89 | - |
| YUV | 48.79 | 147.3 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 83 | 1 | 0.19 | 0 | 0.67 | 191.57 | 1 | 0.16 |
| Hex | 0 | 43 | 53 | 64 | 13 | 0 | 43 | C0 | 64 | 10 |
| Octal | 0 | 103 | 123 | 144 | 23 | 0 | 103 | 300 | 144 | 20 |
| Binary | 0 | 1000011 | 1010011 | 1100100 | 10011 | 0 | 1000011 | 11000000 | 1100100 | 10000 |
Color Harmonies of #004353
Complementary color
Monochromatic Colors of #004353
Black with #004353
Text Example
Text Example
White with #004353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004353; }
p { color: rgb(0,67,83); }
H1.HeaderClassName
{
color: #004353;
}
.AnyTagClassName
{
color: #004353;
}
</style>
background-color css
<style>
a { background-color: #004353; }
a { background-color: rgb(0,67,83); }
div.DivClassName
{
background-color: #004353;
}
.BgClassName
{
background-color: #004353;
}
</style>
border-color css
<style>
span { border-color: #004353; }
span { border-color: rgb(0,67,83); }
td.TdClassName
{
border-color: #004353;
}
.TagClassName
{
border-color: #004353;
}
</style>