Shades of Outer Space #343C3D
Tints of Outer Space #343C3D
RGB
CMYK
RGB Variations
Color information
#343C3D (or 0x343C3D) is known color: Outer Space. HEX triplet: 34, 3C and 3D. RGB value is (52,60,61). Sum of RGB (Red+Green+Blue) = 52+60+61=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 61 - color contains mainly: blue. Hex color #343C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C3D is #CBC3C2. Grayscale: #393939. Windows color (decimal): -13353923 or 4013108. OLE color: 4013108.
HSL color Cylindrical-coordinate representation of color #343C3D: hue angle of 186.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #343C3D is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 60 | 61 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.76 |
| HSL | 186.67º | 0.08% | 0.22% | - |
| HSV(B) | 186.67º | 0.15% | 0.24% | - |
| XYZ | 3.87 | 4.3 | 5.04 | - |
| YUV | 57.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 61 | 0.15 | 0.02 | 0 | 0.76 | 186.67 | 0.08 | 0.22 |
| Hex | 34 | 3C | 3D | F | 2 | 0 | 4C | BB | 8 | 16 |
| Octal | 64 | 74 | 75 | 17 | 2 | 0 | 114 | 273 | 10 | 26 |
| Binary | 110100 | 111100 | 111101 | 1111 | 10 | 0 | 1001100 | 10111011 | 1000 | 10110 |
Color Harmonies of #343C3D
Complementary color
Monochromatic Colors of #343C3D
Black with #343C3D
Text Example
Text Example
White with #343C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C3D; }
p { color: rgb(52,60,61); }
H1.HeaderClassName
{
color: #343C3D;
}
.AnyTagClassName
{
color: #343C3D;
}
</style>
background-color css
<style>
a { background-color: #343C3D; }
a { background-color: rgb(52,60,61); }
div.DivClassName
{
background-color: #343C3D;
}
.BgClassName
{
background-color: #343C3D;
}
</style>
border-color css
<style>
span { border-color: #343C3D; }
span { border-color: rgb(52,60,61); }
td.TdClassName
{
border-color: #343C3D;
}
.TagClassName
{
border-color: #343C3D;
}
</style>