Shades of Cloud Burst #38404B
Tints of Cloud Burst #38404B
RGB
CMYK
RGB Variations
Color information
#38404B (or 0x38404B) is known color: Cloud Burst. HEX triplet: 38, 40 and 4B. RGB value is (56,64,75). Sum of RGB (Red+Green+Blue) = 56+64+75=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #38404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38404B is #C7BFB4. Grayscale: #3E3E3E. Windows color (decimal): -13090741 or 4931640. OLE color: 4931640.
HSL color Cylindrical-coordinate representation of color #38404B: hue angle of 214.74º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #38404B is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 64 | 75 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.71 |
| HSL | 214.74º | 0.15% | 0.26% | - |
| HSV(B) | 214.74º | 0.25% | 0.29% | - |
| XYZ | 4.73 | 5.02 | 7.38 | - |
| YUV | 62.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 75 | 0.25 | 0.15 | 0 | 0.71 | 214.74 | 0.15 | 0.26 |
| Hex | 38 | 40 | 4B | 19 | F | 0 | 47 | D7 | F | 1A |
| Octal | 70 | 100 | 113 | 31 | 17 | 0 | 107 | 327 | 17 | 32 |
| Binary | 111000 | 1000000 | 1001011 | 11001 | 1111 | 0 | 1000111 | 11010111 | 1111 | 11010 |
Color Harmonies of #38404B
Complementary color
Monochromatic Colors of #38404B
Black with #38404B
Text Example
Text Example
White with #38404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38404B; }
p { color: rgb(56,64,75); }
H1.HeaderClassName
{
color: #38404B;
}
.AnyTagClassName
{
color: #38404B;
}
</style>
background-color css
<style>
a { background-color: #38404B; }
a { background-color: rgb(56,64,75); }
div.DivClassName
{
background-color: #38404B;
}
.BgClassName
{
background-color: #38404B;
}
</style>
border-color css
<style>
span { border-color: #38404B; }
span { border-color: rgb(56,64,75); }
td.TdClassName
{
border-color: #38404B;
}
.TagClassName
{
border-color: #38404B;
}
</style>