Shades of Outer Space #323E3F
Tints of Outer Space #323E3F
RGB
CMYK
RGB Variations
Color information
#323E3F (or 0x323E3F) is known color: Outer Space. HEX triplet: 32, 3E and 3F. RGB value is (50,62,63). Sum of RGB (Red+Green+Blue) = 50+62+63=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 63 - color contains mainly: blue. Hex color #323E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E3F is #CDC1C0. Grayscale: #3A3A3A. Windows color (decimal): -13484481 or 4144690. OLE color: 4144690.
HSL color Cylindrical-coordinate representation of color #323E3F: hue angle of 184.62º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #323E3F is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 62 | 63 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.75 |
| HSL | 184.62º | 0.12% | 0.22% | - |
| HSV(B) | 184.62º | 0.21% | 0.25% | - |
| XYZ | 3.94 | 4.48 | 5.36 | - |
| YUV | 58.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 63 | 0.21 | 0.02 | 0 | 0.75 | 184.62 | 0.12 | 0.22 |
| Hex | 32 | 3E | 3F | 15 | 2 | 0 | 4B | B9 | C | 16 |
| Octal | 62 | 76 | 77 | 25 | 2 | 0 | 113 | 271 | 14 | 26 |
| Binary | 110010 | 111110 | 111111 | 10101 | 10 | 0 | 1001011 | 10111001 | 1100 | 10110 |
Color Harmonies of #323E3F
Complementary color
Monochromatic Colors of #323E3F
Black with #323E3F
Text Example
Text Example
White with #323E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E3F; }
p { color: rgb(50,62,63); }
H1.HeaderClassName
{
color: #323E3F;
}
.AnyTagClassName
{
color: #323E3F;
}
</style>
background-color css
<style>
a { background-color: #323E3F; }
a { background-color: rgb(50,62,63); }
div.DivClassName
{
background-color: #323E3F;
}
.BgClassName
{
background-color: #323E3F;
}
</style>
border-color css
<style>
span { border-color: #323E3F; }
span { border-color: rgb(50,62,63); }
td.TdClassName
{
border-color: #323E3F;
}
.TagClassName
{
border-color: #323E3F;
}
</style>