Shades of Outer Space #273C3F
Tints of Outer Space #273C3F
RGB
CMYK
RGB Variations
Color information
#273C3F (or 0x273C3F) is known color: Outer Space. HEX triplet: 27, 3C and 3F. RGB value is (39,60,63). Sum of RGB (Red+Green+Blue) = 39+60+63=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 63 - color contains mainly: blue. Hex color #273C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C3F is #D8C3C0. Grayscale: #363636. Windows color (decimal): -14205889 or 4144167. OLE color: 4144167.
HSL color Cylindrical-coordinate representation of color #273C3F: hue angle of 187.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #273C3F is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 60 | 63 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.75 |
| HSL | 187.5º | 0.24% | 0.2% | - |
| HSV(B) | 187.5º | 0.38% | 0.25% | - |
| XYZ | 3.35 | 4.02 | 5.3 | - |
| YUV | 54.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 63 | 0.38 | 0.05 | 0 | 0.75 | 187.5 | 0.24 | 0.2 |
| Hex | 27 | 3C | 3F | 26 | 5 | 0 | 4B | BC | 18 | 14 |
| Octal | 47 | 74 | 77 | 46 | 5 | 0 | 113 | 274 | 30 | 24 |
| Binary | 100111 | 111100 | 111111 | 100110 | 101 | 0 | 1001011 | 10111100 | 11000 | 10100 |
Color Harmonies of #273C3F
Complementary color
Monochromatic Colors of #273C3F
Black with #273C3F
Text Example
Text Example
White with #273C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C3F; }
p { color: rgb(39,60,63); }
H1.HeaderClassName
{
color: #273C3F;
}
.AnyTagClassName
{
color: #273C3F;
}
</style>
background-color css
<style>
a { background-color: #273C3F; }
a { background-color: rgb(39,60,63); }
div.DivClassName
{
background-color: #273C3F;
}
.BgClassName
{
background-color: #273C3F;
}
</style>
border-color css
<style>
span { border-color: #273C3F; }
span { border-color: rgb(39,60,63); }
td.TdClassName
{
border-color: #273C3F;
}
.TagClassName
{
border-color: #273C3F;
}
</style>