Shades of Outer Space #343F41
Tints of Outer Space #343F41
RGB
CMYK
RGB Variations
Color information
#343F41 (or 0x343F41) is known color: Outer Space. HEX triplet: 34, 3F and 41. RGB value is (52,63,65). Sum of RGB (Red+Green+Blue) = 52+63+65=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 65 - color contains mainly: blue. Hex color #343F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F41 is #CBC0BE. Grayscale: #3B3B3B. Windows color (decimal): -13353151 or 4276020. OLE color: 4276020.
HSL color Cylindrical-coordinate representation of color #343F41: hue angle of 189.23º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #343F41 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 65 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.75 |
| HSL | 189.23º | 0.11% | 0.23% | - |
| HSV(B) | 189.23º | 0.2% | 0.25% | - |
| XYZ | 4.15 | 4.67 | 5.68 | - |
| YUV | 59.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 65 | 0.20 | 0.03 | 0 | 0.75 | 189.23 | 0.11 | 0.23 |
| Hex | 34 | 3F | 41 | 14 | 3 | 0 | 4B | BD | B | 17 |
| Octal | 64 | 77 | 101 | 24 | 3 | 0 | 113 | 275 | 13 | 27 |
| Binary | 110100 | 111111 | 1000001 | 10100 | 11 | 0 | 1001011 | 10111101 | 1011 | 10111 |
Color Harmonies of #343F41
Complementary color
Monochromatic Colors of #343F41
Black with #343F41
Text Example
Text Example
White with #343F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F41; }
p { color: rgb(52,63,65); }
H1.HeaderClassName
{
color: #343F41;
}
.AnyTagClassName
{
color: #343F41;
}
</style>
background-color css
<style>
a { background-color: #343F41; }
a { background-color: rgb(52,63,65); }
div.DivClassName
{
background-color: #343F41;
}
.BgClassName
{
background-color: #343F41;
}
</style>
border-color css
<style>
span { border-color: #343F41; }
span { border-color: rgb(52,63,65); }
td.TdClassName
{
border-color: #343F41;
}
.TagClassName
{
border-color: #343F41;
}
</style>