Shades of Cloud Burst #384152
Tints of Cloud Burst #384152
RGB
CMYK
RGB Variations
Color information
#384152 (or 0x384152) is known color: Cloud Burst. HEX triplet: 38, 41 and 52. RGB value is (56,65,82). Sum of RGB (Red+Green+Blue) = 56+65+82=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #384152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384152 is #C7BEAD. Grayscale: #404040. Windows color (decimal): -13090478 or 5390648. OLE color: 5390648.
HSL color Cylindrical-coordinate representation of color #384152: hue angle of 219.23º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #384152 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 65 | 82 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.68 |
| HSL | 219.23º | 0.19% | 0.27% | - |
| HSV(B) | 219.23º | 0.32% | 0.32% | - |
| XYZ | 5.04 | 5.23 | 8.73 | - |
| YUV | 64.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 82 | 0.32 | 0.21 | 0 | 0.68 | 219.23 | 0.19 | 0.27 |
| Hex | 38 | 41 | 52 | 20 | 15 | 0 | 44 | DB | 13 | 1B |
| Octal | 70 | 101 | 122 | 40 | 25 | 0 | 104 | 333 | 23 | 33 |
| Binary | 111000 | 1000001 | 1010010 | 100000 | 10101 | 0 | 1000100 | 11011011 | 10011 | 11011 |
Color Harmonies of #384152
Complementary color
Monochromatic Colors of #384152
Black with #384152
Text Example
Text Example
White with #384152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384152; }
p { color: rgb(56,65,82); }
H1.HeaderClassName
{
color: #384152;
}
.AnyTagClassName
{
color: #384152;
}
</style>
background-color css
<style>
a { background-color: #384152; }
a { background-color: rgb(56,65,82); }
div.DivClassName
{
background-color: #384152;
}
.BgClassName
{
background-color: #384152;
}
</style>
border-color css
<style>
span { border-color: #384152; }
span { border-color: rgb(56,65,82); }
td.TdClassName
{
border-color: #384152;
}
.TagClassName
{
border-color: #384152;
}
</style>