Shades of Cloud Burst #38404E
Tints of Cloud Burst #38404E
RGB
CMYK
RGB Variations
Color information
#38404E (or 0x38404E) is known color: Cloud Burst. HEX triplet: 38, 40 and 4E. RGB value is (56,64,78). Sum of RGB (Red+Green+Blue) = 56+64+78=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 78 - color contains mainly: blue. Hex color #38404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38404E is #C7BFB1. Grayscale: #3F3F3F. Windows color (decimal): -13090738 or 5128248. OLE color: 5128248.
HSL color Cylindrical-coordinate representation of color #38404E: hue angle of 218.18º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #38404E is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 64 | 78 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.69 |
| HSL | 218.18º | 0.16% | 0.26% | - |
| HSV(B) | 218.18º | 0.28% | 0.31% | - |
| XYZ | 4.84 | 5.06 | 7.93 | - |
| YUV | 63.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 78 | 0.28 | 0.18 | 0 | 0.69 | 218.18 | 0.16 | 0.26 |
| Hex | 38 | 40 | 4E | 1C | 12 | 0 | 45 | DA | 10 | 1A |
| Octal | 70 | 100 | 116 | 34 | 22 | 0 | 105 | 332 | 20 | 32 |
| Binary | 111000 | 1000000 | 1001110 | 11100 | 10010 | 0 | 1000101 | 11011010 | 10000 | 11010 |
Color Harmonies of #38404E
Complementary color
Monochromatic Colors of #38404E
Black with #38404E
Text Example
Text Example
White with #38404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38404E; }
p { color: rgb(56,64,78); }
H1.HeaderClassName
{
color: #38404E;
}
.AnyTagClassName
{
color: #38404E;
}
</style>
background-color css
<style>
a { background-color: #38404E; }
a { background-color: rgb(56,64,78); }
div.DivClassName
{
background-color: #38404E;
}
.BgClassName
{
background-color: #38404E;
}
</style>
border-color css
<style>
span { border-color: #38404E; }
span { border-color: rgb(56,64,78); }
td.TdClassName
{
border-color: #38404E;
}
.TagClassName
{
border-color: #38404E;
}
</style>