Shades of Outer Space #35393A
Tints of Outer Space #35393A
RGB
CMYK
RGB Variations
Color information
#35393A (or 0x35393A) is known color: Outer Space. HEX triplet: 35, 39 and 3A. RGB value is (53,57,58). Sum of RGB (Red+Green+Blue) = 53+57+58=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 58 - color contains mainly: blue. Hex color #35393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35393A is #CAC6C5. Grayscale: #373737. Windows color (decimal): -13289158 or 3815733. OLE color: 3815733.
HSL color Cylindrical-coordinate representation of color #35393A: hue angle of 192º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #35393A is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 57 | 58 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.77 |
| HSL | 192º | 0.05% | 0.22% | - |
| HSV(B) | 192º | 0.09% | 0.23% | - |
| XYZ | 3.7 | 3.99 | 4.58 | - |
| YUV | 55.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 58 | 0.09 | 0.02 | 0 | 0.77 | 192 | 0.05 | 0.22 |
| Hex | 35 | 39 | 3A | 9 | 2 | 0 | 4D | C0 | 5 | 16 |
| Octal | 65 | 71 | 72 | 11 | 2 | 0 | 115 | 300 | 5 | 26 |
| Binary | 110101 | 111001 | 111010 | 1001 | 10 | 0 | 1001101 | 11000000 | 101 | 10110 |
Color Harmonies of #35393A
Complementary color
Monochromatic Colors of #35393A
Black with #35393A
Text Example
Text Example
White with #35393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35393A; }
p { color: rgb(53,57,58); }
H1.HeaderClassName
{
color: #35393A;
}
.AnyTagClassName
{
color: #35393A;
}
</style>
background-color css
<style>
a { background-color: #35393A; }
a { background-color: rgb(53,57,58); }
div.DivClassName
{
background-color: #35393A;
}
.BgClassName
{
background-color: #35393A;
}
</style>
border-color css
<style>
span { border-color: #35393A; }
span { border-color: rgb(53,57,58); }
td.TdClassName
{
border-color: #35393A;
}
.TagClassName
{
border-color: #35393A;
}
</style>