Shades of Sherpa Blue #00344B
Tints of Sherpa Blue #00344B
RGB
CMYK
RGB Variations
Color information
#00344B (or 0x00344B) is known color: Sherpa Blue. HEX triplet: 00, 34 and 4B. RGB value is (0,52,75). Sum of RGB (Red+Green+Blue) = 0+52+75=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #00344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00344B is #FFCBB4. Grayscale: #262626. Windows color (decimal): -16763829 or 4928512. OLE color: 4928512.
HSL color Cylindrical-coordinate representation of color #00344B: hue angle of 198.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00344B is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 52 | 75 | - |
| CMYK | 1 | 0.31 | 0 | 0.71 |
| HSL | 198.4º | 1% | 0.15% | - |
| HSV(B) | 198.4º | 1% | 0.29% | - |
| XYZ | 2.5 | 2.96 | 7.1 | - |
| YUV | 39.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 75 | 1 | 0.31 | 0 | 0.71 | 198.4 | 1 | 0.15 |
| Hex | 0 | 34 | 4B | 64 | 1F | 0 | 47 | C6 | 64 | F |
| Octal | 0 | 64 | 113 | 144 | 37 | 0 | 107 | 306 | 144 | 17 |
| Binary | 0 | 110100 | 1001011 | 1100100 | 11111 | 0 | 1000111 | 11000110 | 1100100 | 1111 |
Color Harmonies of #00344B
Complementary color
Monochromatic Colors of #00344B
Black with #00344B
Text Example
Text Example
White with #00344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00344B; }
p { color: rgb(0,52,75); }
H1.HeaderClassName
{
color: #00344B;
}
.AnyTagClassName
{
color: #00344B;
}
</style>
background-color css
<style>
a { background-color: #00344B; }
a { background-color: rgb(0,52,75); }
div.DivClassName
{
background-color: #00344B;
}
.BgClassName
{
background-color: #00344B;
}
</style>
border-color css
<style>
span { border-color: #00344B; }
span { border-color: rgb(0,52,75); }
td.TdClassName
{
border-color: #00344B;
}
.TagClassName
{
border-color: #00344B;
}
</style>