Shades of Cloud Burst #383D4E
Tints of Cloud Burst #383D4E
RGB
CMYK
RGB Variations
Color information
#383D4E (or 0x383D4E) is known color: Cloud Burst. HEX triplet: 38, 3D and 4E. RGB value is (56,61,78). Sum of RGB (Red+Green+Blue) = 56+61+78=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #383D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D4E is #C7C2B1. Grayscale: #3D3D3D. Windows color (decimal): -13091506 or 5127480. OLE color: 5127480.
HSL color Cylindrical-coordinate representation of color #383D4E: hue angle of 226.36º 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 #383D4E is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 61 | 78 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.69 |
| HSL | 226.36º | 0.16% | 0.26% | - |
| HSV(B) | 226.36º | 0.28% | 0.31% | - |
| XYZ | 4.67 | 4.73 | 7.87 | - |
| YUV | 61.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 78 | 0.28 | 0.22 | 0 | 0.69 | 226.36 | 0.16 | 0.26 |
| Hex | 38 | 3D | 4E | 1C | 16 | 0 | 45 | E2 | 10 | 1A |
| Octal | 70 | 75 | 116 | 34 | 26 | 0 | 105 | 342 | 20 | 32 |
| Binary | 111000 | 111101 | 1001110 | 11100 | 10110 | 0 | 1000101 | 11100010 | 10000 | 11010 |
Color Harmonies of #383D4E
Complementary color
Monochromatic Colors of #383D4E
Black with #383D4E
Text Example
Text Example
White with #383D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D4E; }
p { color: rgb(56,61,78); }
H1.HeaderClassName
{
color: #383D4E;
}
.AnyTagClassName
{
color: #383D4E;
}
</style>
background-color css
<style>
a { background-color: #383D4E; }
a { background-color: rgb(56,61,78); }
div.DivClassName
{
background-color: #383D4E;
}
.BgClassName
{
background-color: #383D4E;
}
</style>
border-color css
<style>
span { border-color: #383D4E; }
span { border-color: rgb(56,61,78); }
td.TdClassName
{
border-color: #383D4E;
}
.TagClassName
{
border-color: #383D4E;
}
</style>