Shades of Outer Space #374243
Tints of Outer Space #374243
RGB
CMYK
RGB Variations
Color information
#374243 (or 0x374243) is known color: Outer Space. HEX triplet: 37, 42 and 43. RGB value is (55,66,67). Sum of RGB (Red+Green+Blue) = 55+66+67=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 67 - color contains mainly: blue. Hex color #374243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374243 is #C8BDBC. Grayscale: #3E3E3E. Windows color (decimal): -13155773 or 4407863. OLE color: 4407863.
HSL color Cylindrical-coordinate representation of color #374243: hue angle of 185º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #374243 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 66 | 67 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.74 |
| HSL | 185º | 0.1% | 0.24% | - |
| HSV(B) | 185º | 0.18% | 0.26% | - |
| XYZ | 4.54 | 5.11 | 6.06 | - |
| YUV | 62.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 67 | 0.18 | 0.01 | 0 | 0.74 | 185 | 0.1 | 0.24 |
| Hex | 37 | 42 | 43 | 12 | 1 | 0 | 4A | B9 | A | 18 |
| Octal | 67 | 102 | 103 | 22 | 1 | 0 | 112 | 271 | 12 | 30 |
| Binary | 110111 | 1000010 | 1000011 | 10010 | 1 | 0 | 1001010 | 10111001 | 1010 | 11000 |
Color Harmonies of #374243
Complementary color
Monochromatic Colors of #374243
Black with #374243
Text Example
Text Example
White with #374243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374243; }
p { color: rgb(55,66,67); }
H1.HeaderClassName
{
color: #374243;
}
.AnyTagClassName
{
color: #374243;
}
</style>
background-color css
<style>
a { background-color: #374243; }
a { background-color: rgb(55,66,67); }
div.DivClassName
{
background-color: #374243;
}
.BgClassName
{
background-color: #374243;
}
</style>
border-color css
<style>
span { border-color: #374243; }
span { border-color: rgb(55,66,67); }
td.TdClassName
{
border-color: #374243;
}
.TagClassName
{
border-color: #374243;
}
</style>