Shades of Outer Space #324244
Tints of Outer Space #324244
RGB
CMYK
RGB Variations
Color information
#324244 (or 0x324244) is known color: Outer Space. HEX triplet: 32, 42 and 44. RGB value is (50,66,68). Sum of RGB (Red+Green+Blue) = 50+66+68=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 68 - color contains mainly: blue. Hex color #324244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324244 is #CDBDBB. Grayscale: #3D3D3D. Windows color (decimal): -13483452 or 4473394. OLE color: 4473394.
HSL color Cylindrical-coordinate representation of color #324244: hue angle of 186.67º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #324244 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 66 | 68 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.73 |
| HSL | 186.67º | 0.15% | 0.23% | - |
| HSV(B) | 186.67º | 0.26% | 0.27% | - |
| XYZ | 4.31 | 4.99 | 6.21 | - |
| YUV | 61.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 68 | 0.26 | 0.03 | 0 | 0.73 | 186.67 | 0.15 | 0.23 |
| Hex | 32 | 42 | 44 | 1A | 3 | 0 | 49 | BB | F | 17 |
| Octal | 62 | 102 | 104 | 32 | 3 | 0 | 111 | 273 | 17 | 27 |
| Binary | 110010 | 1000010 | 1000100 | 11010 | 11 | 0 | 1001001 | 10111011 | 1111 | 10111 |
Color Harmonies of #324244
Complementary color
Monochromatic Colors of #324244
Black with #324244
Text Example
Text Example
White with #324244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324244; }
p { color: rgb(50,66,68); }
H1.HeaderClassName
{
color: #324244;
}
.AnyTagClassName
{
color: #324244;
}
</style>
background-color css
<style>
a { background-color: #324244; }
a { background-color: rgb(50,66,68); }
div.DivClassName
{
background-color: #324244;
}
.BgClassName
{
background-color: #324244;
}
</style>
border-color css
<style>
span { border-color: #324244; }
span { border-color: rgb(50,66,68); }
td.TdClassName
{
border-color: #324244;
}
.TagClassName
{
border-color: #324244;
}
</style>