Shades of Outer Space #343D3F
Tints of Outer Space #343D3F
RGB
CMYK
RGB Variations
Color information
#343D3F (or 0x343D3F) is known color: Outer Space. HEX triplet: 34, 3D and 3F. RGB value is (52,61,63). Sum of RGB (Red+Green+Blue) = 52+61+63=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 63 - color contains mainly: blue. Hex color #343D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D3F is #CBC2C0. Grayscale: #3A3A3A. Windows color (decimal): -13353665 or 4144436. OLE color: 4144436.
HSL color Cylindrical-coordinate representation of color #343D3F: hue angle of 190.91º 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 #343D3F is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 61 | 63 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.75 |
| HSL | 190.91º | 0.1% | 0.23% | - |
| HSV(B) | 190.91º | 0.17% | 0.25% | - |
| XYZ | 3.98 | 4.43 | 5.35 | - |
| YUV | 58.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 63 | 0.17 | 0.03 | 0 | 0.75 | 190.91 | 0.1 | 0.23 |
| Hex | 34 | 3D | 3F | 11 | 3 | 0 | 4B | BF | A | 17 |
| Octal | 64 | 75 | 77 | 21 | 3 | 0 | 113 | 277 | 12 | 27 |
| Binary | 110100 | 111101 | 111111 | 10001 | 11 | 0 | 1001011 | 10111111 | 1010 | 10111 |
Color Harmonies of #343D3F
Complementary color
Monochromatic Colors of #343D3F
Black with #343D3F
Text Example
Text Example
White with #343D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D3F; }
p { color: rgb(52,61,63); }
H1.HeaderClassName
{
color: #343D3F;
}
.AnyTagClassName
{
color: #343D3F;
}
</style>
background-color css
<style>
a { background-color: #343D3F; }
a { background-color: rgb(52,61,63); }
div.DivClassName
{
background-color: #343D3F;
}
.BgClassName
{
background-color: #343D3F;
}
</style>
border-color css
<style>
span { border-color: #343D3F; }
span { border-color: rgb(52,61,63); }
td.TdClassName
{
border-color: #343D3F;
}
.TagClassName
{
border-color: #343D3F;
}
</style>