Shades of Cloud Burst #383D4C
Tints of Cloud Burst #383D4C
RGB
CMYK
RGB Variations
Color information
#383D4C (or 0x383D4C) is known color: Cloud Burst. HEX triplet: 38, 3D and 4C. RGB value is (56,61,76). Sum of RGB (Red+Green+Blue) = 56+61+76=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 76 - color contains mainly: blue. Hex color #383D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D4C is #C7C2B3. Grayscale: #3D3D3D. Windows color (decimal): -13091508 or 4996408. OLE color: 4996408.
HSL color Cylindrical-coordinate representation of color #383D4C: hue angle of 225º 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 #383D4C is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 61 | 76 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.70 |
| HSL | 225º | 0.15% | 0.26% | - |
| HSV(B) | 225º | 0.26% | 0.3% | - |
| XYZ | 4.6 | 4.7 | 7.5 | - |
| YUV | 61.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 76 | 0.26 | 0.20 | 0 | 0.70 | 225 | 0.15 | 0.26 |
| Hex | 38 | 3D | 4C | 1A | 14 | 0 | 46 | E1 | F | 1A |
| Octal | 70 | 75 | 114 | 32 | 24 | 0 | 106 | 341 | 17 | 32 |
| Binary | 111000 | 111101 | 1001100 | 11010 | 10100 | 0 | 1000110 | 11100001 | 1111 | 11010 |
Color Harmonies of #383D4C
Complementary color
Monochromatic Colors of #383D4C
Black with #383D4C
Text Example
Text Example
White with #383D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D4C; }
p { color: rgb(56,61,76); }
H1.HeaderClassName
{
color: #383D4C;
}
.AnyTagClassName
{
color: #383D4C;
}
</style>
background-color css
<style>
a { background-color: #383D4C; }
a { background-color: rgb(56,61,76); }
div.DivClassName
{
background-color: #383D4C;
}
.BgClassName
{
background-color: #383D4C;
}
</style>
border-color css
<style>
span { border-color: #383D4C; }
span { border-color: rgb(56,61,76); }
td.TdClassName
{
border-color: #383D4C;
}
.TagClassName
{
border-color: #383D4C;
}
</style>