Shades of Cloud Burst #3B3E47
Tints of Cloud Burst #3B3E47
RGB
CMYK
RGB Variations
Color information
#3B3E47 (or 0x3B3E47) is known color: Cloud Burst. HEX triplet: 3B, 3E and 47. RGB value is (59,62,71). Sum of RGB (Red+Green+Blue) = 59+62+71=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B3E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3E47 is #C4C1B8. Grayscale: #3E3E3E. Windows color (decimal): -12894649 or 4668987. OLE color: 4668987.
HSL color Cylindrical-coordinate representation of color #3B3E47: hue angle of 225º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B3E47 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 62 | 71 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.72 |
| HSL | 225º | 0.09% | 0.25% | - |
| HSV(B) | 225º | 0.17% | 0.28% | - |
| XYZ | 4.66 | 4.83 | 6.65 | - |
| YUV | 62.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 62 | 71 | 0.17 | 0.13 | 0 | 0.72 | 225 | 0.09 | 0.25 |
| Hex | 3B | 3E | 47 | 11 | D | 0 | 48 | E1 | 9 | 19 |
| Octal | 73 | 76 | 107 | 21 | 15 | 0 | 110 | 341 | 11 | 31 |
| Binary | 111011 | 111110 | 1000111 | 10001 | 1101 | 0 | 1001000 | 11100001 | 1001 | 11001 |
Color Harmonies of #3B3E47
Complementary color
Monochromatic Colors of #3B3E47
Black with #3B3E47
Text Example
Text Example
White with #3B3E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3E47; }
p { color: rgb(59,62,71); }
H1.HeaderClassName
{
color: #3B3E47;
}
.AnyTagClassName
{
color: #3B3E47;
}
</style>
background-color css
<style>
a { background-color: #3B3E47; }
a { background-color: rgb(59,62,71); }
div.DivClassName
{
background-color: #3B3E47;
}
.BgClassName
{
background-color: #3B3E47;
}
</style>
border-color css
<style>
span { border-color: #3B3E47; }
span { border-color: rgb(59,62,71); }
td.TdClassName
{
border-color: #3B3E47;
}
.TagClassName
{
border-color: #3B3E47;
}
</style>