Shades of Cloud Burst #38404C
Tints of Cloud Burst #38404C
RGB
CMYK
RGB Variations
Color information
#38404C (or 0x38404C) is known color: Cloud Burst. HEX triplet: 38, 40 and 4C. RGB value is (56,64,76). Sum of RGB (Red+Green+Blue) = 56+64+76=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 76 - color contains mainly: blue. Hex color #38404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38404C is #C7BFB3. Grayscale: #3E3E3E. Windows color (decimal): -13090740 or 4997176. OLE color: 4997176.
HSL color Cylindrical-coordinate representation of color #38404C: hue angle of 216º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #38404C is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 64 | 76 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.70 |
| HSL | 216º | 0.15% | 0.26% | - |
| HSV(B) | 216º | 0.26% | 0.3% | - |
| XYZ | 4.77 | 5.03 | 7.56 | - |
| YUV | 62.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 76 | 0.26 | 0.16 | 0 | 0.70 | 216 | 0.15 | 0.26 |
| Hex | 38 | 40 | 4C | 1A | 10 | 0 | 46 | D8 | F | 1A |
| Octal | 70 | 100 | 114 | 32 | 20 | 0 | 106 | 330 | 17 | 32 |
| Binary | 111000 | 1000000 | 1001100 | 11010 | 10000 | 0 | 1000110 | 11011000 | 1111 | 11010 |
Color Harmonies of #38404C
Complementary color
Monochromatic Colors of #38404C
Black with #38404C
Text Example
Text Example
White with #38404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38404C; }
p { color: rgb(56,64,76); }
H1.HeaderClassName
{
color: #38404C;
}
.AnyTagClassName
{
color: #38404C;
}
</style>
background-color css
<style>
a { background-color: #38404C; }
a { background-color: rgb(56,64,76); }
div.DivClassName
{
background-color: #38404C;
}
.BgClassName
{
background-color: #38404C;
}
</style>
border-color css
<style>
span { border-color: #38404C; }
span { border-color: rgb(56,64,76); }
td.TdClassName
{
border-color: #38404C;
}
.TagClassName
{
border-color: #38404C;
}
</style>