Shades of Outer Space #334041
Tints of Outer Space #334041
RGB
CMYK
RGB Variations
Color information
#334041 (or 0x334041) is known color: Outer Space. HEX triplet: 33, 40 and 41. RGB value is (51,64,65). Sum of RGB (Red+Green+Blue) = 51+64+65=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 65 - color contains mainly: blue. Hex color #334041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334041 is #CCBFBE. Grayscale: #3C3C3C. Windows color (decimal): -13418431 or 4276275. OLE color: 4276275.
HSL color Cylindrical-coordinate representation of color #334041: hue angle of 184.29º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #334041 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 65 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.75 |
| HSL | 184.29º | 0.12% | 0.23% | - |
| HSV(B) | 184.29º | 0.22% | 0.25% | - |
| XYZ | 4.15 | 4.75 | 5.7 | - |
| YUV | 60.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 65 | 0.22 | 0.02 | 0 | 0.75 | 184.29 | 0.12 | 0.23 |
| Hex | 33 | 40 | 41 | 16 | 2 | 0 | 4B | B8 | C | 17 |
| Octal | 63 | 100 | 101 | 26 | 2 | 0 | 113 | 270 | 14 | 27 |
| Binary | 110011 | 1000000 | 1000001 | 10110 | 10 | 0 | 1001011 | 10111000 | 1100 | 10111 |
Color Harmonies of #334041
Complementary color
Monochromatic Colors of #334041
Black with #334041
Text Example
Text Example
White with #334041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334041; }
p { color: rgb(51,64,65); }
H1.HeaderClassName
{
color: #334041;
}
.AnyTagClassName
{
color: #334041;
}
</style>
background-color css
<style>
a { background-color: #334041; }
a { background-color: rgb(51,64,65); }
div.DivClassName
{
background-color: #334041;
}
.BgClassName
{
background-color: #334041;
}
</style>
border-color css
<style>
span { border-color: #334041; }
span { border-color: rgb(51,64,65); }
td.TdClassName
{
border-color: #334041;
}
.TagClassName
{
border-color: #334041;
}
</style>