Shades of Celtic #343F3B
Tints of Celtic #343F3B
RGB
CMYK
RGB Variations
Color information
#343F3B (or 0x343F3B) is known color: Celtic. HEX triplet: 34, 3F and 3B. RGB value is (52,63,59). Sum of RGB (Red+Green+Blue) = 52+63+59=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 63 - color contains mainly: green. Hex color #343F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F3B is #CBC0C4. Grayscale: #3B3B3B. Windows color (decimal): -13353157 or 3882804. OLE color: 3882804.
HSL color Cylindrical-coordinate representation of color #343F3B: hue angle of 158.18º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #343F3B is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 59 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.75 |
| HSL | 158.18º | 0.1% | 0.23% | - |
| HSV(B) | 158.18º | 0.17% | 0.25% | - |
| XYZ | 3.98 | 4.6 | 4.82 | - |
| YUV | 59.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 59 | 0.17 | 0 | 0.06 | 0.75 | 158.18 | 0.1 | 0.23 |
| Hex | 34 | 3F | 3B | 11 | 0 | 6 | 4B | 9E | A | 17 |
| Octal | 64 | 77 | 73 | 21 | 0 | 6 | 113 | 236 | 12 | 27 |
| Binary | 110100 | 111111 | 111011 | 10001 | 0 | 110 | 1001011 | 10011110 | 1010 | 10111 |
Color Harmonies of #343F3B
Complementary color
Monochromatic Colors of #343F3B
Black with #343F3B
Text Example
Text Example
White with #343F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F3B; }
p { color: rgb(52,63,59); }
H1.HeaderClassName
{
color: #343F3B;
}
.AnyTagClassName
{
color: #343F3B;
}
</style>
background-color css
<style>
a { background-color: #343F3B; }
a { background-color: rgb(52,63,59); }
div.DivClassName
{
background-color: #343F3B;
}
.BgClassName
{
background-color: #343F3B;
}
</style>
border-color css
<style>
span { border-color: #343F3B; }
span { border-color: rgb(52,63,59); }
td.TdClassName
{
border-color: #343F3B;
}
.TagClassName
{
border-color: #343F3B;
}
</style>