Shades of Cloud Burst #383E47
Tints of Cloud Burst #383E47
RGB
CMYK
RGB Variations
Color information
#383E47 (or 0x383E47) is known color: Cloud Burst. HEX triplet: 38, 3E and 47. RGB value is (56,62,71). Sum of RGB (Red+Green+Blue) = 56+62+71=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #383E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E47 is #C7C1B8. Grayscale: #3D3D3D. Windows color (decimal): -13091257 or 4668984. OLE color: 4668984.
HSL color Cylindrical-coordinate representation of color #383E47: hue angle of 216º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #383E47 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 62 | 71 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.72 |
| HSL | 216º | 0.12% | 0.25% | - |
| HSV(B) | 216º | 0.21% | 0.28% | - |
| XYZ | 4.49 | 4.74 | 6.64 | - |
| YUV | 61.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 71 | 0.21 | 0.13 | 0 | 0.72 | 216 | 0.12 | 0.25 |
| Hex | 38 | 3E | 47 | 15 | D | 0 | 48 | D8 | C | 19 |
| Octal | 70 | 76 | 107 | 25 | 15 | 0 | 110 | 330 | 14 | 31 |
| Binary | 111000 | 111110 | 1000111 | 10101 | 1101 | 0 | 1001000 | 11011000 | 1100 | 11001 |
Color Harmonies of #383E47
Complementary color
Monochromatic Colors of #383E47
Black with #383E47
Text Example
Text Example
White with #383E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E47; }
p { color: rgb(56,62,71); }
H1.HeaderClassName
{
color: #383E47;
}
.AnyTagClassName
{
color: #383E47;
}
</style>
background-color css
<style>
a { background-color: #383E47; }
a { background-color: rgb(56,62,71); }
div.DivClassName
{
background-color: #383E47;
}
.BgClassName
{
background-color: #383E47;
}
</style>
border-color css
<style>
span { border-color: #383E47; }
span { border-color: rgb(56,62,71); }
td.TdClassName
{
border-color: #383E47;
}
.TagClassName
{
border-color: #383E47;
}
</style>