Shades of Outer Space #333A3C
Tints of Outer Space #333A3C
RGB
CMYK
RGB Variations
Color information
#333A3C (or 0x333A3C) is known color: Outer Space. HEX triplet: 33, 3A and 3C. RGB value is (51,58,60). Sum of RGB (Red+Green+Blue) = 51+58+60=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 60 - color contains mainly: blue. Hex color #333A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A3C is #CCC5C3. Grayscale: #383838. Windows color (decimal): -13419972 or 3947059. OLE color: 3947059.
HSL color Cylindrical-coordinate representation of color #333A3C: hue angle of 193.33º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #333A3C is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 58 | 60 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.76 |
| HSL | 193.33º | 0.08% | 0.22% | - |
| HSV(B) | 193.33º | 0.15% | 0.24% | - |
| XYZ | 3.69 | 4.06 | 4.86 | - |
| YUV | 56.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 58 | 60 | 0.15 | 0.03 | 0 | 0.76 | 193.33 | 0.08 | 0.22 |
| Hex | 33 | 3A | 3C | F | 3 | 0 | 4C | C1 | 8 | 16 |
| Octal | 63 | 72 | 74 | 17 | 3 | 0 | 114 | 301 | 10 | 26 |
| Binary | 110011 | 111010 | 111100 | 1111 | 11 | 0 | 1001100 | 11000001 | 1000 | 10110 |
Color Harmonies of #333A3C
Complementary color
Monochromatic Colors of #333A3C
Black with #333A3C
Text Example
Text Example
White with #333A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333A3C; }
p { color: rgb(51,58,60); }
H1.HeaderClassName
{
color: #333A3C;
}
.AnyTagClassName
{
color: #333A3C;
}
</style>
background-color css
<style>
a { background-color: #333A3C; }
a { background-color: rgb(51,58,60); }
div.DivClassName
{
background-color: #333A3C;
}
.BgClassName
{
background-color: #333A3C;
}
</style>
border-color css
<style>
span { border-color: #333A3C; }
span { border-color: rgb(51,58,60); }
td.TdClassName
{
border-color: #333A3C;
}
.TagClassName
{
border-color: #333A3C;
}
</style>