Shades of Outer Space #344142
Tints of Outer Space #344142
RGB
CMYK
RGB Variations
Color information
#344142 (or 0x344142) is known color: Outer Space. HEX triplet: 34, 41 and 42. RGB value is (52,65,66). Sum of RGB (Red+Green+Blue) = 52+65+66=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 66 - color contains mainly: blue. Hex color #344142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344142 is #CBBEBD. Grayscale: #3D3D3D. Windows color (decimal): -13352638 or 4342068. OLE color: 4342068.
HSL color Cylindrical-coordinate representation of color #344142: hue angle of 184.29º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #344142 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 65 | 66 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.74 |
| HSL | 184.29º | 0.12% | 0.23% | - |
| HSV(B) | 184.29º | 0.21% | 0.26% | - |
| XYZ | 4.29 | 4.9 | 5.87 | - |
| YUV | 61.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 66 | 0.21 | 0.02 | 0 | 0.74 | 184.29 | 0.12 | 0.23 |
| Hex | 34 | 41 | 42 | 15 | 2 | 0 | 4A | B8 | C | 17 |
| Octal | 64 | 101 | 102 | 25 | 2 | 0 | 112 | 270 | 14 | 27 |
| Binary | 110100 | 1000001 | 1000010 | 10101 | 10 | 0 | 1001010 | 10111000 | 1100 | 10111 |
Color Harmonies of #344142
Complementary color
Monochromatic Colors of #344142
Black with #344142
Text Example
Text Example
White with #344142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344142; }
p { color: rgb(52,65,66); }
H1.HeaderClassName
{
color: #344142;
}
.AnyTagClassName
{
color: #344142;
}
</style>
background-color css
<style>
a { background-color: #344142; }
a { background-color: rgb(52,65,66); }
div.DivClassName
{
background-color: #344142;
}
.BgClassName
{
background-color: #344142;
}
</style>
border-color css
<style>
span { border-color: #344142; }
span { border-color: rgb(52,65,66); }
td.TdClassName
{
border-color: #344142;
}
.TagClassName
{
border-color: #344142;
}
</style>