Shades of Sherpa Blue #00343E
Tints of Sherpa Blue #00343E
RGB
CMYK
RGB Variations
Color information
#00343E (or 0x00343E) is known color: Sherpa Blue. HEX triplet: 00, 34 and 3E. RGB value is (0,52,62). Sum of RGB (Red+Green+Blue) = 0+52+62=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 62 (24.61% from 255 or 54.39% from 114); Max value from RGB is 62 - color contains mainly: blue. Hex color #00343E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00343E is #FFCBC1. Grayscale: #252525. Windows color (decimal): -16763842 or 4076544. OLE color: 4076544.
HSL color Cylindrical-coordinate representation of color #00343E: hue angle of 189.68º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00343E is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 52 | 62 | - |
| CMYK | 1 | 0.16 | 0 | 0.76 |
| HSL | 189.68º | 1% | 0.12% | - |
| HSV(B) | 189.68º | 1% | 0.24% | - |
| XYZ | 2.1 | 2.8 | 4.99 | - |
| YUV | 37.59 | 141.77 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 62 | 1 | 0.16 | 0 | 0.76 | 189.68 | 1 | 0.12 |
| Hex | 0 | 34 | 3E | 64 | 10 | 0 | 4C | BE | 64 | C |
| Octal | 0 | 64 | 76 | 144 | 20 | 0 | 114 | 276 | 144 | 14 |
| Binary | 0 | 110100 | 111110 | 1100100 | 10000 | 0 | 1001100 | 10111110 | 1100100 | 1100 |
Color Harmonies of #00343E
Complementary color
Monochromatic Colors of #00343E
Black with #00343E
Text Example
Text Example
White with #00343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00343E; }
p { color: rgb(0,52,62); }
H1.HeaderClassName
{
color: #00343E;
}
.AnyTagClassName
{
color: #00343E;
}
</style>
background-color css
<style>
a { background-color: #00343E; }
a { background-color: rgb(0,52,62); }
div.DivClassName
{
background-color: #00343E;
}
.BgClassName
{
background-color: #00343E;
}
</style>
border-color css
<style>
span { border-color: #00343E; }
span { border-color: rgb(0,52,62); }
td.TdClassName
{
border-color: #00343E;
}
.TagClassName
{
border-color: #00343E;
}
</style>