Shades of Outer Space #363B3B
Tints of Outer Space #363B3B
RGB
CMYK
RGB Variations
Color information
#363B3B (or 0x363B3B) is known color: Outer Space. HEX triplet: 36, 3B and 3B. RGB value is (54,59,59). Sum of RGB (Red+Green+Blue) = 54+59+59=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 59 - color contains mainly: green, blue. Hex color #363B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B3B is #C9C4C4. Grayscale: #393939. Windows color (decimal): -13223109 or 3881782. OLE color: 3881782.
HSL color Cylindrical-coordinate representation of color #363B3B: 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.08%. Process color model (Four color, CMYK) of #363B3B is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 59 | 59 | - |
| CMYK | 0.08 | 0 | 0 | 0.77 |
| HSL | 180º | 0.04% | 0.22% | - |
| HSV(B) | 180º | 0.08% | 0.23% | - |
| XYZ | 3.87 | 4.23 | 4.75 | - |
| YUV | 57.51 | 128.84 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 59 | 0.08 | 0 | 0 | 0.77 | 180 | 0.04 | 0.22 |
| Hex | 36 | 3B | 3B | 8 | 0 | 0 | 4D | B4 | 4 | 16 |
| Octal | 66 | 73 | 73 | 10 | 0 | 0 | 115 | 264 | 4 | 26 |
| Binary | 110110 | 111011 | 111011 | 1000 | 0 | 0 | 1001101 | 10110100 | 100 | 10110 |
Color Harmonies of #363B3B
Complementary color
Monochromatic Colors of #363B3B
Black with #363B3B
Text Example
Text Example
White with #363B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B3B; }
p { color: rgb(54,59,59); }
H1.HeaderClassName
{
color: #363B3B;
}
.AnyTagClassName
{
color: #363B3B;
}
</style>
background-color css
<style>
a { background-color: #363B3B; }
a { background-color: rgb(54,59,59); }
div.DivClassName
{
background-color: #363B3B;
}
.BgClassName
{
background-color: #363B3B;
}
</style>
border-color css
<style>
span { border-color: #363B3B; }
span { border-color: rgb(54,59,59); }
td.TdClassName
{
border-color: #363B3B;
}
.TagClassName
{
border-color: #363B3B;
}
</style>