Shades of Cloud Burst #383C47
Tints of Cloud Burst #383C47
RGB
CMYK
RGB Variations
Color information
#383C47 (or 0x383C47) is known color: Cloud Burst. HEX triplet: 38, 3C and 47. RGB value is (56,60,71). Sum of RGB (Red+Green+Blue) = 56+60+71=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #383C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C47 is #C7C3B8. Grayscale: #3C3C3C. Windows color (decimal): -13091769 or 4668472. OLE color: 4668472.
HSL color Cylindrical-coordinate representation of color #383C47: hue angle of 224º 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 #383C47 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 60 | 71 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.72 |
| HSL | 224º | 0.12% | 0.25% | - |
| HSV(B) | 224º | 0.21% | 0.28% | - |
| XYZ | 4.38 | 4.53 | 6.6 | - |
| YUV | 60.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 71 | 0.21 | 0.15 | 0 | 0.72 | 224 | 0.12 | 0.25 |
| Hex | 38 | 3C | 47 | 15 | F | 0 | 48 | E0 | C | 19 |
| Octal | 70 | 74 | 107 | 25 | 17 | 0 | 110 | 340 | 14 | 31 |
| Binary | 111000 | 111100 | 1000111 | 10101 | 1111 | 0 | 1001000 | 11100000 | 1100 | 11001 |
Color Harmonies of #383C47
Complementary color
Monochromatic Colors of #383C47
Black with #383C47
Text Example
Text Example
White with #383C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C47; }
p { color: rgb(56,60,71); }
H1.HeaderClassName
{
color: #383C47;
}
.AnyTagClassName
{
color: #383C47;
}
</style>
background-color css
<style>
a { background-color: #383C47; }
a { background-color: rgb(56,60,71); }
div.DivClassName
{
background-color: #383C47;
}
.BgClassName
{
background-color: #383C47;
}
</style>
border-color css
<style>
span { border-color: #383C47; }
span { border-color: rgb(56,60,71); }
td.TdClassName
{
border-color: #383C47;
}
.TagClassName
{
border-color: #383C47;
}
</style>