Shades of Cloud Burst #363D50
Tints of Cloud Burst #363D50
RGB
CMYK
RGB Variations
Color information
#363D50 (or 0x363D50) is known color: Cloud Burst. HEX triplet: 36, 3D and 50. RGB value is (54,61,80). Sum of RGB (Red+Green+Blue) = 54+61+80=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #363D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D50 is #C9C2AF. Grayscale: #3C3C3C. Windows color (decimal): -13222576 or 5258550. OLE color: 5258550.
HSL color Cylindrical-coordinate representation of color #363D50: hue angle of 223.85º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #363D50 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 61 | 80 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.69 |
| HSL | 223.85º | 0.19% | 0.26% | - |
| HSV(B) | 223.85º | 0.33% | 0.31% | - |
| XYZ | 4.64 | 4.7 | 8.25 | - |
| YUV | 61.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 80 | 0.33 | 0.24 | 0 | 0.69 | 223.85 | 0.19 | 0.26 |
| Hex | 36 | 3D | 50 | 21 | 18 | 0 | 45 | E0 | 13 | 1A |
| Octal | 66 | 75 | 120 | 41 | 30 | 0 | 105 | 340 | 23 | 32 |
| Binary | 110110 | 111101 | 1010000 | 100001 | 11000 | 0 | 1000101 | 11100000 | 10011 | 11010 |
Color Harmonies of #363D50
Complementary color
Monochromatic Colors of #363D50
Black with #363D50
Text Example
Text Example
White with #363D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D50; }
p { color: rgb(54,61,80); }
H1.HeaderClassName
{
color: #363D50;
}
.AnyTagClassName
{
color: #363D50;
}
</style>
background-color css
<style>
a { background-color: #363D50; }
a { background-color: rgb(54,61,80); }
div.DivClassName
{
background-color: #363D50;
}
.BgClassName
{
background-color: #363D50;
}
</style>
border-color css
<style>
span { border-color: #363D50; }
span { border-color: rgb(54,61,80); }
td.TdClassName
{
border-color: #363D50;
}
.TagClassName
{
border-color: #363D50;
}
</style>