Shades of Outer Space #273A3C
Tints of Outer Space #273A3C
RGB
CMYK
RGB Variations
Color information
#273A3C (or 0x273A3C) is known color: Outer Space. HEX triplet: 27, 3A and 3C. RGB value is (39,58,60). Sum of RGB (Red+Green+Blue) = 39+58+60=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 60 - color contains mainly: blue. Hex color #273A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A3C is #D8C5C3. Grayscale: #343434. Windows color (decimal): -14206404 or 3947047. OLE color: 3947047.
HSL color Cylindrical-coordinate representation of color #273A3C: hue angle of 185.71º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #273A3C is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 58 | 60 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.76 |
| HSL | 185.71º | 0.21% | 0.19% | - |
| HSV(B) | 185.71º | 0.35% | 0.24% | - |
| XYZ | 3.17 | 3.78 | 4.84 | - |
| YUV | 52.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 60 | 0.35 | 0.03 | 0 | 0.76 | 185.71 | 0.21 | 0.19 |
| Hex | 27 | 3A | 3C | 23 | 3 | 0 | 4C | BA | 15 | 13 |
| Octal | 47 | 72 | 74 | 43 | 3 | 0 | 114 | 272 | 25 | 23 |
| Binary | 100111 | 111010 | 111100 | 100011 | 11 | 0 | 1001100 | 10111010 | 10101 | 10011 |
Color Harmonies of #273A3C
Complementary color
Monochromatic Colors of #273A3C
Black with #273A3C
Text Example
Text Example
White with #273A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273A3C; }
p { color: rgb(39,58,60); }
H1.HeaderClassName
{
color: #273A3C;
}
.AnyTagClassName
{
color: #273A3C;
}
</style>
background-color css
<style>
a { background-color: #273A3C; }
a { background-color: rgb(39,58,60); }
div.DivClassName
{
background-color: #273A3C;
}
.BgClassName
{
background-color: #273A3C;
}
</style>
border-color css
<style>
span { border-color: #273A3C; }
span { border-color: rgb(39,58,60); }
td.TdClassName
{
border-color: #273A3C;
}
.TagClassName
{
border-color: #273A3C;
}
</style>