Shades of Cloud Burst #3A4049
Tints of Cloud Burst #3A4049
RGB
CMYK
RGB Variations
Color information
#3A4049 (or 0x3A4049) is known color: Cloud Burst. HEX triplet: 3A, 40 and 49. RGB value is (58,64,73). Sum of RGB (Red+Green+Blue) = 58+64+73=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A4049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4049 is #C5BFB6. Grayscale: #3F3F3F. Windows color (decimal): -12959671 or 4800570. OLE color: 4800570.
HSL color Cylindrical-coordinate representation of color #3A4049: hue angle of 216º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3A4049 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 64 | 73 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.71 |
| HSL | 216º | 0.11% | 0.26% | - |
| HSV(B) | 216º | 0.21% | 0.29% | - |
| XYZ | 4.78 | 5.05 | 7.03 | - |
| YUV | 63.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 73 | 0.21 | 0.12 | 0 | 0.71 | 216 | 0.11 | 0.26 |
| Hex | 3A | 40 | 49 | 15 | C | 0 | 47 | D8 | B | 1A |
| Octal | 72 | 100 | 111 | 25 | 14 | 0 | 107 | 330 | 13 | 32 |
| Binary | 111010 | 1000000 | 1001001 | 10101 | 1100 | 0 | 1000111 | 11011000 | 1011 | 11010 |
Color Harmonies of #3A4049
Complementary color
Monochromatic Colors of #3A4049
Black with #3A4049
Text Example
Text Example
White with #3A4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4049; }
p { color: rgb(58,64,73); }
H1.HeaderClassName
{
color: #3A4049;
}
.AnyTagClassName
{
color: #3A4049;
}
</style>
background-color css
<style>
a { background-color: #3A4049; }
a { background-color: rgb(58,64,73); }
div.DivClassName
{
background-color: #3A4049;
}
.BgClassName
{
background-color: #3A4049;
}
</style>
border-color css
<style>
span { border-color: #3A4049; }
span { border-color: rgb(58,64,73); }
td.TdClassName
{
border-color: #3A4049;
}
.TagClassName
{
border-color: #3A4049;
}
</style>