Shades of Cloud Burst #394150
Tints of Cloud Burst #394150
RGB
CMYK
RGB Variations
Color information
#394150 (or 0x394150) is known color: Cloud Burst. HEX triplet: 39, 41 and 50. RGB value is (57,65,80). Sum of RGB (Red+Green+Blue) = 57+65+80=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #394150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394150 is #C6BEAF. Grayscale: #404040. Windows color (decimal): -13024944 or 5259577. OLE color: 5259577.
HSL color Cylindrical-coordinate representation of color #394150: hue angle of 219.13º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #394150 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 65 | 80 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.69 |
| HSL | 219.13º | 0.17% | 0.27% | - |
| HSV(B) | 219.13º | 0.29% | 0.31% | - |
| XYZ | 5.03 | 5.23 | 8.33 | - |
| YUV | 64.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 80 | 0.29 | 0.19 | 0 | 0.69 | 219.13 | 0.17 | 0.27 |
| Hex | 39 | 41 | 50 | 1D | 13 | 0 | 45 | DB | 11 | 1B |
| Octal | 71 | 101 | 120 | 35 | 23 | 0 | 105 | 333 | 21 | 33 |
| Binary | 111001 | 1000001 | 1010000 | 11101 | 10011 | 0 | 1000101 | 11011011 | 10001 | 11011 |
Color Harmonies of #394150
Complementary color
Monochromatic Colors of #394150
Black with #394150
Text Example
Text Example
White with #394150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394150; }
p { color: rgb(57,65,80); }
H1.HeaderClassName
{
color: #394150;
}
.AnyTagClassName
{
color: #394150;
}
</style>
background-color css
<style>
a { background-color: #394150; }
a { background-color: rgb(57,65,80); }
div.DivClassName
{
background-color: #394150;
}
.BgClassName
{
background-color: #394150;
}
</style>
border-color css
<style>
span { border-color: #394150; }
span { border-color: rgb(57,65,80); }
td.TdClassName
{
border-color: #394150;
}
.TagClassName
{
border-color: #394150;
}
</style>