Shades of Cloud Burst #383F49
Tints of Cloud Burst #383F49
RGB
CMYK
RGB Variations
Color information
#383F49 (or 0x383F49) is known color: Cloud Burst. HEX triplet: 38, 3F and 49. RGB value is (56,63,73). Sum of RGB (Red+Green+Blue) = 56+63+73=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 73 - color contains mainly: blue. Hex color #383F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F49 is #C7C0B6. Grayscale: #3E3E3E. Windows color (decimal): -13090999 or 4800312. OLE color: 4800312.
HSL color Cylindrical-coordinate representation of color #383F49: hue angle of 215.29º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #383F49 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 63 | 73 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.71 |
| HSL | 215.29º | 0.13% | 0.25% | - |
| HSV(B) | 215.29º | 0.23% | 0.29% | - |
| XYZ | 4.61 | 4.88 | 7 | - |
| YUV | 62.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 73 | 0.23 | 0.14 | 0 | 0.71 | 215.29 | 0.13 | 0.25 |
| Hex | 38 | 3F | 49 | 17 | E | 0 | 47 | D7 | D | 19 |
| Octal | 70 | 77 | 111 | 27 | 16 | 0 | 107 | 327 | 15 | 31 |
| Binary | 111000 | 111111 | 1001001 | 10111 | 1110 | 0 | 1000111 | 11010111 | 1101 | 11001 |
Color Harmonies of #383F49
Complementary color
Monochromatic Colors of #383F49
Black with #383F49
Text Example
Text Example
White with #383F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F49; }
p { color: rgb(56,63,73); }
H1.HeaderClassName
{
color: #383F49;
}
.AnyTagClassName
{
color: #383F49;
}
</style>
background-color css
<style>
a { background-color: #383F49; }
a { background-color: rgb(56,63,73); }
div.DivClassName
{
background-color: #383F49;
}
.BgClassName
{
background-color: #383F49;
}
</style>
border-color css
<style>
span { border-color: #383F49; }
span { border-color: rgb(56,63,73); }
td.TdClassName
{
border-color: #383F49;
}
.TagClassName
{
border-color: #383F49;
}
</style>