Shades of Outer Space #274246
Tints of Outer Space #274246
RGB
CMYK
RGB Variations
Color information
#274246 (or 0x274246) is known color: Outer Space. HEX triplet: 27, 42 and 46. RGB value is (39,66,70). Sum of RGB (Red+Green+Blue) = 39+66+70=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 70 - color contains mainly: blue. Hex color #274246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274246 is #D8BDB9. Grayscale: #3A3A3A. Windows color (decimal): -14204346 or 4604455. OLE color: 4604455.
HSL color Cylindrical-coordinate representation of color #274246: hue angle of 187.74º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #274246 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 66 | 70 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.73 |
| HSL | 187.74º | 0.28% | 0.21% | - |
| HSV(B) | 187.74º | 0.44% | 0.27% | - |
| XYZ | 3.89 | 4.77 | 6.51 | - |
| YUV | 58.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 70 | 0.44 | 0.06 | 0 | 0.73 | 187.74 | 0.28 | 0.21 |
| Hex | 27 | 42 | 46 | 2C | 6 | 0 | 49 | BC | 1C | 15 |
| Octal | 47 | 102 | 106 | 54 | 6 | 0 | 111 | 274 | 34 | 25 |
| Binary | 100111 | 1000010 | 1000110 | 101100 | 110 | 0 | 1001001 | 10111100 | 11100 | 10101 |
Color Harmonies of #274246
Complementary color
Monochromatic Colors of #274246
Black with #274246
Text Example
Text Example
White with #274246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274246; }
p { color: rgb(39,66,70); }
H1.HeaderClassName
{
color: #274246;
}
.AnyTagClassName
{
color: #274246;
}
</style>
background-color css
<style>
a { background-color: #274246; }
a { background-color: rgb(39,66,70); }
div.DivClassName
{
background-color: #274246;
}
.BgClassName
{
background-color: #274246;
}
</style>
border-color css
<style>
span { border-color: #274246; }
span { border-color: rgb(39,66,70); }
td.TdClassName
{
border-color: #274246;
}
.TagClassName
{
border-color: #274246;
}
</style>