Shades of Cloud Burst #383E4D
Tints of Cloud Burst #383E4D
RGB
CMYK
RGB Variations
Color information
#383E4D (or 0x383E4D) is known color: Cloud Burst. HEX triplet: 38, 3E and 4D. RGB value is (56,62,77). Sum of RGB (Red+Green+Blue) = 56+62+77=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #383E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E4D is #C7C1B2. Grayscale: #3D3D3D. Windows color (decimal): -13091251 or 5062200. OLE color: 5062200.
HSL color Cylindrical-coordinate representation of color #383E4D: hue angle of 222.86º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #383E4D is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 62 | 77 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.70 |
| HSL | 222.86º | 0.16% | 0.26% | - |
| HSV(B) | 222.86º | 0.27% | 0.3% | - |
| XYZ | 4.69 | 4.82 | 7.7 | - |
| YUV | 61.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 77 | 0.27 | 0.19 | 0 | 0.70 | 222.86 | 0.16 | 0.26 |
| Hex | 38 | 3E | 4D | 1B | 13 | 0 | 46 | DF | 10 | 1A |
| Octal | 70 | 76 | 115 | 33 | 23 | 0 | 106 | 337 | 20 | 32 |
| Binary | 111000 | 111110 | 1001101 | 11011 | 10011 | 0 | 1000110 | 11011111 | 10000 | 11010 |
Color Harmonies of #383E4D
Complementary color
Monochromatic Colors of #383E4D
Black with #383E4D
Text Example
Text Example
White with #383E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E4D; }
p { color: rgb(56,62,77); }
H1.HeaderClassName
{
color: #383E4D;
}
.AnyTagClassName
{
color: #383E4D;
}
</style>
background-color css
<style>
a { background-color: #383E4D; }
a { background-color: rgb(56,62,77); }
div.DivClassName
{
background-color: #383E4D;
}
.BgClassName
{
background-color: #383E4D;
}
</style>
border-color css
<style>
span { border-color: #383E4D; }
span { border-color: rgb(56,62,77); }
td.TdClassName
{
border-color: #383E4D;
}
.TagClassName
{
border-color: #383E4D;
}
</style>