Shades of Outer Space #323D3E
Tints of Outer Space #323D3E
RGB
CMYK
RGB Variations
Color information
#323D3E (or 0x323D3E) is known color: Outer Space. HEX triplet: 32, 3D and 3E. RGB value is (50,61,62). Sum of RGB (Red+Green+Blue) = 50+61+62=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 62 - color contains mainly: blue. Hex color #323D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D3E is #CDC2C1. Grayscale: #393939. Windows color (decimal): -13484738 or 4078898. OLE color: 4078898.
HSL color Cylindrical-coordinate representation of color #323D3E: hue angle of 185º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #323D3E is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 62 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.76 |
| HSL | 185º | 0.11% | 0.22% | - |
| HSV(B) | 185º | 0.19% | 0.24% | - |
| XYZ | 3.85 | 4.36 | 5.2 | - |
| YUV | 57.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 62 | 0.19 | 0.02 | 0 | 0.76 | 185 | 0.11 | 0.22 |
| Hex | 32 | 3D | 3E | 13 | 2 | 0 | 4C | B9 | B | 16 |
| Octal | 62 | 75 | 76 | 23 | 2 | 0 | 114 | 271 | 13 | 26 |
| Binary | 110010 | 111101 | 111110 | 10011 | 10 | 0 | 1001100 | 10111001 | 1011 | 10110 |
Color Harmonies of #323D3E
Complementary color
Monochromatic Colors of #323D3E
Black with #323D3E
Text Example
Text Example
White with #323D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D3E; }
p { color: rgb(50,61,62); }
H1.HeaderClassName
{
color: #323D3E;
}
.AnyTagClassName
{
color: #323D3E;
}
</style>
background-color css
<style>
a { background-color: #323D3E; }
a { background-color: rgb(50,61,62); }
div.DivClassName
{
background-color: #323D3E;
}
.BgClassName
{
background-color: #323D3E;
}
</style>
border-color css
<style>
span { border-color: #323D3E; }
span { border-color: rgb(50,61,62); }
td.TdClassName
{
border-color: #323D3E;
}
.TagClassName
{
border-color: #323D3E;
}
</style>