Shades of Cloud Burst #383F50
Tints of Cloud Burst #383F50
RGB
CMYK
RGB Variations
Color information
#383F50 (or 0x383F50) is known color: Cloud Burst. HEX triplet: 38, 3F and 50. RGB value is (56,63,80). Sum of RGB (Red+Green+Blue) = 56+63+80=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #383F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F50 is #C7C0AF. Grayscale: #3E3E3E. Windows color (decimal): -13090992 or 5259064. OLE color: 5259064.
HSL color Cylindrical-coordinate representation of color #383F50: hue angle of 222.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #383F50 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 63 | 80 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.69 |
| HSL | 222.5º | 0.18% | 0.27% | - |
| HSV(B) | 222.5º | 0.3% | 0.31% | - |
| XYZ | 4.86 | 4.97 | 8.29 | - |
| YUV | 62.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 80 | 0.30 | 0.21 | 0 | 0.69 | 222.5 | 0.18 | 0.27 |
| Hex | 38 | 3F | 50 | 1E | 15 | 0 | 45 | DE | 12 | 1B |
| Octal | 70 | 77 | 120 | 36 | 25 | 0 | 105 | 336 | 22 | 33 |
| Binary | 111000 | 111111 | 1010000 | 11110 | 10101 | 0 | 1000101 | 11011110 | 10010 | 11011 |
Color Harmonies of #383F50
Complementary color
Monochromatic Colors of #383F50
Black with #383F50
Text Example
Text Example
White with #383F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F50; }
p { color: rgb(56,63,80); }
H1.HeaderClassName
{
color: #383F50;
}
.AnyTagClassName
{
color: #383F50;
}
</style>
background-color css
<style>
a { background-color: #383F50; }
a { background-color: rgb(56,63,80); }
div.DivClassName
{
background-color: #383F50;
}
.BgClassName
{
background-color: #383F50;
}
</style>
border-color css
<style>
span { border-color: #383F50; }
span { border-color: rgb(56,63,80); }
td.TdClassName
{
border-color: #383F50;
}
.TagClassName
{
border-color: #383F50;
}
</style>