Shades of Outer Space #363A3A
Tints of Outer Space #363A3A
RGB
CMYK
RGB Variations
Color information
#363A3A (or 0x363A3A) is known color: Outer Space. HEX triplet: 36, 3A and 3A. RGB value is (54,58,58). Sum of RGB (Red+Green+Blue) = 54+58+58=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 58 - color contains mainly: green, blue. Hex color #363A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A3A is #C9C5C5. Grayscale: #383838. Windows color (decimal): -13223366 or 3815990. OLE color: 3815990.
HSL color Cylindrical-coordinate representation of color #363A3A: hue angle of 180º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #363A3A is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 58 | 58 | - |
| CMYK | 0.07 | 0 | 0 | 0.77 |
| HSL | 180º | 0.04% | 0.22% | - |
| HSV(B) | 180º | 0.07% | 0.23% | - |
| XYZ | 3.8 | 4.12 | 4.6 | - |
| YUV | 56.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 58 | 0.07 | 0 | 0 | 0.77 | 180 | 0.04 | 0.22 |
| Hex | 36 | 3A | 3A | 7 | 0 | 0 | 4D | B4 | 4 | 16 |
| Octal | 66 | 72 | 72 | 7 | 0 | 0 | 115 | 264 | 4 | 26 |
| Binary | 110110 | 111010 | 111010 | 111 | 0 | 0 | 1001101 | 10110100 | 100 | 10110 |
Color Harmonies of #363A3A
Complementary color
Monochromatic Colors of #363A3A
Black with #363A3A
Text Example
Text Example
White with #363A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A3A; }
p { color: rgb(54,58,58); }
H1.HeaderClassName
{
color: #363A3A;
}
.AnyTagClassName
{
color: #363A3A;
}
</style>
background-color css
<style>
a { background-color: #363A3A; }
a { background-color: rgb(54,58,58); }
div.DivClassName
{
background-color: #363A3A;
}
.BgClassName
{
background-color: #363A3A;
}
</style>
border-color css
<style>
span { border-color: #363A3A; }
span { border-color: rgb(54,58,58); }
td.TdClassName
{
border-color: #363A3A;
}
.TagClassName
{
border-color: #363A3A;
}
</style>