Shades of Cloud Burst #393F4E
Tints of Cloud Burst #393F4E
RGB
CMYK
RGB Variations
Color information
#393F4E (or 0x393F4E) is known color: Cloud Burst. HEX triplet: 39, 3F and 4E. RGB value is (57,63,78). Sum of RGB (Red+Green+Blue) = 57+63+78=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 78 - color contains mainly: blue. Hex color #393F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F4E is #C6C0B1. Grayscale: #3E3E3E. Windows color (decimal): -13025458 or 5127993. OLE color: 5127993.
HSL color Cylindrical-coordinate representation of color #393F4E: hue angle of 222.86º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #393F4E is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 63 | 78 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.69 |
| HSL | 222.86º | 0.16% | 0.26% | - |
| HSV(B) | 222.86º | 0.27% | 0.31% | - |
| XYZ | 4.84 | 4.97 | 7.91 | - |
| YUV | 62.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 78 | 0.27 | 0.19 | 0 | 0.69 | 222.86 | 0.16 | 0.26 |
| Hex | 39 | 3F | 4E | 1B | 13 | 0 | 45 | DF | 10 | 1A |
| Octal | 71 | 77 | 116 | 33 | 23 | 0 | 105 | 337 | 20 | 32 |
| Binary | 111001 | 111111 | 1001110 | 11011 | 10011 | 0 | 1000101 | 11011111 | 10000 | 11010 |
Color Harmonies of #393F4E
Complementary color
Monochromatic Colors of #393F4E
Black with #393F4E
Text Example
Text Example
White with #393F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F4E; }
p { color: rgb(57,63,78); }
H1.HeaderClassName
{
color: #393F4E;
}
.AnyTagClassName
{
color: #393F4E;
}
</style>
background-color css
<style>
a { background-color: #393F4E; }
a { background-color: rgb(57,63,78); }
div.DivClassName
{
background-color: #393F4E;
}
.BgClassName
{
background-color: #393F4E;
}
</style>
border-color css
<style>
span { border-color: #393F4E; }
span { border-color: rgb(57,63,78); }
td.TdClassName
{
border-color: #393F4E;
}
.TagClassName
{
border-color: #393F4E;
}
</style>