Shades of Outer Space #273B3F
Tints of Outer Space #273B3F
RGB
CMYK
RGB Variations
Color information
#273B3F (or 0x273B3F) is known color: Outer Space. HEX triplet: 27, 3B and 3F. RGB value is (39,59,63). Sum of RGB (Red+Green+Blue) = 39+59+63=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 63 - color contains mainly: blue. Hex color #273B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273B3F is #D8C4C0. Grayscale: #353535. Windows color (decimal): -14206145 or 4143911. OLE color: 4143911.
HSL color Cylindrical-coordinate representation of color #273B3F: hue angle of 190º 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 #273B3F is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 59 | 63 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.75 |
| HSL | 190º | 0.24% | 0.2% | - |
| HSV(B) | 190º | 0.38% | 0.25% | - |
| XYZ | 3.3 | 3.92 | 5.29 | - |
| YUV | 53.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 63 | 0.38 | 0.06 | 0 | 0.75 | 190 | 0.24 | 0.2 |
| Hex | 27 | 3B | 3F | 26 | 6 | 0 | 4B | BE | 18 | 14 |
| Octal | 47 | 73 | 77 | 46 | 6 | 0 | 113 | 276 | 30 | 24 |
| Binary | 100111 | 111011 | 111111 | 100110 | 110 | 0 | 1001011 | 10111110 | 11000 | 10100 |
Color Harmonies of #273B3F
Complementary color
Monochromatic Colors of #273B3F
Black with #273B3F
Text Example
Text Example
White with #273B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B3F; }
p { color: rgb(39,59,63); }
H1.HeaderClassName
{
color: #273B3F;
}
.AnyTagClassName
{
color: #273B3F;
}
</style>
background-color css
<style>
a { background-color: #273B3F; }
a { background-color: rgb(39,59,63); }
div.DivClassName
{
background-color: #273B3F;
}
.BgClassName
{
background-color: #273B3F;
}
</style>
border-color css
<style>
span { border-color: #273B3F; }
span { border-color: rgb(39,59,63); }
td.TdClassName
{
border-color: #273B3F;
}
.TagClassName
{
border-color: #273B3F;
}
</style>