Shades of Sherpa Blue #004358
Tints of Sherpa Blue #004358
RGB
CMYK
RGB Variations
Color information
#004358 (or 0x004358) is known color: Sherpa Blue. HEX triplet: 00, 43 and 58. RGB value is (0,67,88). Sum of RGB (Red+Green+Blue) = 0+67+88=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #004358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004358 is #FFBCA7. Grayscale: #313131. Windows color (decimal): -16759976 or 5784320. OLE color: 5784320.
HSL color Cylindrical-coordinate representation of color #004358: hue angle of 194.32º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004358 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 67 | 88 | - |
| CMYK | 1 | 0.24 | 0 | 0.65 |
| HSL | 194.32º | 1% | 0.17% | - |
| HSV(B) | 194.32º | 1% | 0.35% | - |
| XYZ | 3.77 | 4.72 | 9.94 | - |
| YUV | 49.36 | 149.8 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 88 | 1 | 0.24 | 0 | 0.65 | 194.32 | 1 | 0.17 |
| Hex | 0 | 43 | 58 | 64 | 18 | 0 | 41 | C2 | 64 | 11 |
| Octal | 0 | 103 | 130 | 144 | 30 | 0 | 101 | 302 | 144 | 21 |
| Binary | 0 | 1000011 | 1011000 | 1100100 | 11000 | 0 | 1000001 | 11000010 | 1100100 | 10001 |
Color Harmonies of #004358
Complementary color
Monochromatic Colors of #004358
Black with #004358
Text Example
Text Example
White with #004358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004358; }
p { color: rgb(0,67,88); }
H1.HeaderClassName
{
color: #004358;
}
.AnyTagClassName
{
color: #004358;
}
</style>
background-color css
<style>
a { background-color: #004358; }
a { background-color: rgb(0,67,88); }
div.DivClassName
{
background-color: #004358;
}
.BgClassName
{
background-color: #004358;
}
</style>
border-color css
<style>
span { border-color: #004358; }
span { border-color: rgb(0,67,88); }
td.TdClassName
{
border-color: #004358;
}
.TagClassName
{
border-color: #004358;
}
</style>