Shades of Cloud Burst #38414E
Tints of Cloud Burst #38414E
RGB
CMYK
RGB Variations
Color information
#38414E (or 0x38414E) is known color: Cloud Burst. HEX triplet: 38, 41 and 4E. RGB value is (56,65,78). Sum of RGB (Red+Green+Blue) = 56+65+78=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 78 - color contains mainly: blue. Hex color #38414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38414E is #C7BEB1. Grayscale: #3F3F3F. Windows color (decimal): -13090482 or 5128504. OLE color: 5128504.
HSL color Cylindrical-coordinate representation of color #38414E: hue angle of 215.45º 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 #38414E is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 65 | 78 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.69 |
| HSL | 215.45º | 0.16% | 0.26% | - |
| HSV(B) | 215.45º | 0.28% | 0.31% | - |
| XYZ | 4.9 | 5.17 | 7.95 | - |
| YUV | 63.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 78 | 0.28 | 0.17 | 0 | 0.69 | 215.45 | 0.16 | 0.26 |
| Hex | 38 | 41 | 4E | 1C | 11 | 0 | 45 | D7 | 10 | 1A |
| Octal | 70 | 101 | 116 | 34 | 21 | 0 | 105 | 327 | 20 | 32 |
| Binary | 111000 | 1000001 | 1001110 | 11100 | 10001 | 0 | 1000101 | 11010111 | 10000 | 11010 |
Color Harmonies of #38414E
Complementary color
Monochromatic Colors of #38414E
Black with #38414E
Text Example
Text Example
White with #38414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38414E; }
p { color: rgb(56,65,78); }
H1.HeaderClassName
{
color: #38414E;
}
.AnyTagClassName
{
color: #38414E;
}
</style>
background-color css
<style>
a { background-color: #38414E; }
a { background-color: rgb(56,65,78); }
div.DivClassName
{
background-color: #38414E;
}
.BgClassName
{
background-color: #38414E;
}
</style>
border-color css
<style>
span { border-color: #38414E; }
span { border-color: rgb(56,65,78); }
td.TdClassName
{
border-color: #38414E;
}
.TagClassName
{
border-color: #38414E;
}
</style>