Shades of Cloud Burst #384051
Tints of Cloud Burst #384051
RGB
CMYK
RGB Variations
Color information
#384051 (or 0x384051) is known color: Cloud Burst. HEX triplet: 38, 40 and 51. RGB value is (56,64,81). Sum of RGB (Red+Green+Blue) = 56+64+81=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #384051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384051 is #C7BFAE. Grayscale: #3F3F3F. Windows color (decimal): -13090735 or 5324856. OLE color: 5324856.
HSL color Cylindrical-coordinate representation of color #384051: hue angle of 220.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #384051 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 64 | 81 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.68 |
| HSL | 220.8º | 0.18% | 0.27% | - |
| HSV(B) | 220.8º | 0.31% | 0.32% | - |
| XYZ | 4.95 | 5.1 | 8.51 | - |
| YUV | 63.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 81 | 0.31 | 0.21 | 0 | 0.68 | 220.8 | 0.18 | 0.27 |
| Hex | 38 | 40 | 51 | 1F | 15 | 0 | 44 | DD | 12 | 1B |
| Octal | 70 | 100 | 121 | 37 | 25 | 0 | 104 | 335 | 22 | 33 |
| Binary | 111000 | 1000000 | 1010001 | 11111 | 10101 | 0 | 1000100 | 11011101 | 10010 | 11011 |
Color Harmonies of #384051
Complementary color
Monochromatic Colors of #384051
Black with #384051
Text Example
Text Example
White with #384051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384051; }
p { color: rgb(56,64,81); }
H1.HeaderClassName
{
color: #384051;
}
.AnyTagClassName
{
color: #384051;
}
</style>
background-color css
<style>
a { background-color: #384051; }
a { background-color: rgb(56,64,81); }
div.DivClassName
{
background-color: #384051;
}
.BgClassName
{
background-color: #384051;
}
</style>
border-color css
<style>
span { border-color: #384051; }
span { border-color: rgb(56,64,81); }
td.TdClassName
{
border-color: #384051;
}
.TagClassName
{
border-color: #384051;
}
</style>