Shades of Cloud Burst #383D45
Tints of Cloud Burst #383D45
RGB
CMYK
RGB Variations
Color information
#383D45 (or 0x383D45) is known color: Cloud Burst. HEX triplet: 38, 3D and 45. RGB value is (56,61,69). Sum of RGB (Red+Green+Blue) = 56+61+69=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 69 - color contains mainly: blue. Hex color #383D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D45 is #C7C2BA. Grayscale: #3C3C3C. Windows color (decimal): -13091515 or 4537656. OLE color: 4537656.
HSL color Cylindrical-coordinate representation of color #383D45: hue angle of 216.92º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #383D45 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 61 | 69 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.73 |
| HSL | 216.92º | 0.1% | 0.25% | - |
| HSV(B) | 216.92º | 0.19% | 0.27% | - |
| XYZ | 4.37 | 4.61 | 6.29 | - |
| YUV | 60.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 69 | 0.19 | 0.12 | 0 | 0.73 | 216.92 | 0.1 | 0.25 |
| Hex | 38 | 3D | 45 | 13 | C | 0 | 49 | D9 | A | 19 |
| Octal | 70 | 75 | 105 | 23 | 14 | 0 | 111 | 331 | 12 | 31 |
| Binary | 111000 | 111101 | 1000101 | 10011 | 1100 | 0 | 1001001 | 11011001 | 1010 | 11001 |
Color Harmonies of #383D45
Complementary color
Monochromatic Colors of #383D45
Black with #383D45
Text Example
Text Example
White with #383D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D45; }
p { color: rgb(56,61,69); }
H1.HeaderClassName
{
color: #383D45;
}
.AnyTagClassName
{
color: #383D45;
}
</style>
background-color css
<style>
a { background-color: #383D45; }
a { background-color: rgb(56,61,69); }
div.DivClassName
{
background-color: #383D45;
}
.BgClassName
{
background-color: #383D45;
}
</style>
border-color css
<style>
span { border-color: #383D45; }
span { border-color: rgb(56,61,69); }
td.TdClassName
{
border-color: #383D45;
}
.TagClassName
{
border-color: #383D45;
}
</style>