Shades of Cloud Burst #38404A
Tints of Cloud Burst #38404A
RGB
CMYK
RGB Variations
Color information
#38404A (or 0x38404A) is known color: Cloud Burst. HEX triplet: 38, 40 and 4A. RGB value is (56,64,74). Sum of RGB (Red+Green+Blue) = 56+64+74=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 74 - color contains mainly: blue. Hex color #38404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38404A is #C7BFB5. Grayscale: #3E3E3E. Windows color (decimal): -13090742 or 4866104. OLE color: 4866104.
HSL color Cylindrical-coordinate representation of color #38404A: hue angle of 213.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #38404A is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 64 | 74 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.71 |
| HSL | 213.33º | 0.14% | 0.25% | - |
| HSV(B) | 213.33º | 0.24% | 0.29% | - |
| XYZ | 4.7 | 5 | 7.2 | - |
| YUV | 62.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 74 | 0.24 | 0.14 | 0 | 0.71 | 213.33 | 0.14 | 0.25 |
| Hex | 38 | 40 | 4A | 18 | E | 0 | 47 | D5 | E | 19 |
| Octal | 70 | 100 | 112 | 30 | 16 | 0 | 107 | 325 | 16 | 31 |
| Binary | 111000 | 1000000 | 1001010 | 11000 | 1110 | 0 | 1000111 | 11010101 | 1110 | 11001 |
Color Harmonies of #38404A
Complementary color
Monochromatic Colors of #38404A
Black with #38404A
Text Example
Text Example
White with #38404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38404A; }
p { color: rgb(56,64,74); }
H1.HeaderClassName
{
color: #38404A;
}
.AnyTagClassName
{
color: #38404A;
}
</style>
background-color css
<style>
a { background-color: #38404A; }
a { background-color: rgb(56,64,74); }
div.DivClassName
{
background-color: #38404A;
}
.BgClassName
{
background-color: #38404A;
}
</style>
border-color css
<style>
span { border-color: #38404A; }
span { border-color: rgb(56,64,74); }
td.TdClassName
{
border-color: #38404A;
}
.TagClassName
{
border-color: #38404A;
}
</style>