Shades of Outer Space #323C3E
Tints of Outer Space #323C3E
RGB
CMYK
RGB Variations
Color information
#323C3E (or 0x323C3E) is known color: Outer Space. HEX triplet: 32, 3C and 3E. RGB value is (50,60,62). Sum of RGB (Red+Green+Blue) = 50+60+62=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 62 - color contains mainly: blue. Hex color #323C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C3E is #CDC3C1. Grayscale: #393939. Windows color (decimal): -13484994 or 4078642. OLE color: 4078642.
HSL color Cylindrical-coordinate representation of color #323C3E: hue angle of 190º 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 #323C3E is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 62 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.76 |
| HSL | 190º | 0.11% | 0.22% | - |
| HSV(B) | 190º | 0.19% | 0.24% | - |
| XYZ | 3.8 | 4.26 | 5.18 | - |
| YUV | 57.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 62 | 0.19 | 0.03 | 0 | 0.76 | 190 | 0.11 | 0.22 |
| Hex | 32 | 3C | 3E | 13 | 3 | 0 | 4C | BE | B | 16 |
| Octal | 62 | 74 | 76 | 23 | 3 | 0 | 114 | 276 | 13 | 26 |
| Binary | 110010 | 111100 | 111110 | 10011 | 11 | 0 | 1001100 | 10111110 | 1011 | 10110 |
Color Harmonies of #323C3E
Complementary color
Monochromatic Colors of #323C3E
Black with #323C3E
Text Example
Text Example
White with #323C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C3E; }
p { color: rgb(50,60,62); }
H1.HeaderClassName
{
color: #323C3E;
}
.AnyTagClassName
{
color: #323C3E;
}
</style>
background-color css
<style>
a { background-color: #323C3E; }
a { background-color: rgb(50,60,62); }
div.DivClassName
{
background-color: #323C3E;
}
.BgClassName
{
background-color: #323C3E;
}
</style>
border-color css
<style>
span { border-color: #323C3E; }
span { border-color: rgb(50,60,62); }
td.TdClassName
{
border-color: #323C3E;
}
.TagClassName
{
border-color: #323C3E;
}
</style>