Shades of Outer Space #363D3E
Tints of Outer Space #363D3E
RGB
CMYK
RGB Variations
Color information
#363D3E (or 0x363D3E) is known color: Outer Space. HEX triplet: 36, 3D and 3E. RGB value is (54,61,62). Sum of RGB (Red+Green+Blue) = 54+61+62=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 62 - color contains mainly: blue. Hex color #363D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363D3E is #C9C2C1. Grayscale: #3B3B3B. Windows color (decimal): -13222594 or 4078902. OLE color: 4078902.
HSL color Cylindrical-coordinate representation of color #363D3E: hue angle of 187.5º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #363D3E is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 61 | 62 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.76 |
| HSL | 187.5º | 0.07% | 0.23% | - |
| HSV(B) | 187.5º | 0.13% | 0.24% | - |
| XYZ | 4.06 | 4.47 | 5.21 | - |
| YUV | 59.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 62 | 0.13 | 0.02 | 0 | 0.76 | 187.5 | 0.07 | 0.23 |
| Hex | 36 | 3D | 3E | D | 2 | 0 | 4C | BC | 7 | 17 |
| Octal | 66 | 75 | 76 | 15 | 2 | 0 | 114 | 274 | 7 | 27 |
| Binary | 110110 | 111101 | 111110 | 1101 | 10 | 0 | 1001100 | 10111100 | 111 | 10111 |
Color Harmonies of #363D3E
Complementary color
Monochromatic Colors of #363D3E
Black with #363D3E
Text Example
Text Example
White with #363D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D3E; }
p { color: rgb(54,61,62); }
H1.HeaderClassName
{
color: #363D3E;
}
.AnyTagClassName
{
color: #363D3E;
}
</style>
background-color css
<style>
a { background-color: #363D3E; }
a { background-color: rgb(54,61,62); }
div.DivClassName
{
background-color: #363D3E;
}
.BgClassName
{
background-color: #363D3E;
}
</style>
border-color css
<style>
span { border-color: #363D3E; }
span { border-color: rgb(54,61,62); }
td.TdClassName
{
border-color: #363D3E;
}
.TagClassName
{
border-color: #363D3E;
}
</style>