Shades of Outer Space #273B3E
Tints of Outer Space #273B3E
RGB
CMYK
RGB Variations
Color information
#273B3E (or 0x273B3E) is known color: Outer Space. HEX triplet: 27, 3B and 3E. RGB value is (39,59,62). Sum of RGB (Red+Green+Blue) = 39+59+62=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 62 - color contains mainly: blue. Hex color #273B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273B3E is #D8C4C1. Grayscale: #353535. Windows color (decimal): -14206146 or 4078375. OLE color: 4078375.
HSL color Cylindrical-coordinate representation of color #273B3E: hue angle of 187.83º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #273B3E is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 59 | 62 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.76 |
| HSL | 187.83º | 0.23% | 0.2% | - |
| HSV(B) | 187.83º | 0.37% | 0.24% | - |
| XYZ | 3.27 | 3.91 | 5.14 | - |
| YUV | 53.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 62 | 0.37 | 0.05 | 0 | 0.76 | 187.83 | 0.23 | 0.2 |
| Hex | 27 | 3B | 3E | 25 | 5 | 0 | 4C | BC | 17 | 14 |
| Octal | 47 | 73 | 76 | 45 | 5 | 0 | 114 | 274 | 27 | 24 |
| Binary | 100111 | 111011 | 111110 | 100101 | 101 | 0 | 1001100 | 10111100 | 10111 | 10100 |
Color Harmonies of #273B3E
Complementary color
Monochromatic Colors of #273B3E
Black with #273B3E
Text Example
Text Example
White with #273B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B3E; }
p { color: rgb(39,59,62); }
H1.HeaderClassName
{
color: #273B3E;
}
.AnyTagClassName
{
color: #273B3E;
}
</style>
background-color css
<style>
a { background-color: #273B3E; }
a { background-color: rgb(39,59,62); }
div.DivClassName
{
background-color: #273B3E;
}
.BgClassName
{
background-color: #273B3E;
}
</style>
border-color css
<style>
span { border-color: #273B3E; }
span { border-color: rgb(39,59,62); }
td.TdClassName
{
border-color: #273B3E;
}
.TagClassName
{
border-color: #273B3E;
}
</style>