Shades of Cloud Burst #363C50
Tints of Cloud Burst #363C50
RGB
CMYK
RGB Variations
Color information
#363C50 (or 0x363C50) is known color: Cloud Burst. HEX triplet: 36, 3C and 50. RGB value is (54,60,80). Sum of RGB (Red+Green+Blue) = 54+60+80=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #363C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C50 is #C9C3AF. Grayscale: #3C3C3C. Windows color (decimal): -13222832 or 5258294. OLE color: 5258294.
HSL color Cylindrical-coordinate representation of color #363C50: hue angle of 226.15º 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 #363C50 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 60 | 80 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.69 |
| HSL | 226.15º | 0.19% | 0.26% | - |
| HSV(B) | 226.15º | 0.33% | 0.31% | - |
| XYZ | 4.59 | 4.6 | 8.23 | - |
| YUV | 60.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 80 | 0.33 | 0.25 | 0 | 0.69 | 226.15 | 0.19 | 0.26 |
| Hex | 36 | 3C | 50 | 21 | 19 | 0 | 45 | E2 | 13 | 1A |
| Octal | 66 | 74 | 120 | 41 | 31 | 0 | 105 | 342 | 23 | 32 |
| Binary | 110110 | 111100 | 1010000 | 100001 | 11001 | 0 | 1000101 | 11100010 | 10011 | 11010 |
Color Harmonies of #363C50
Complementary color
Monochromatic Colors of #363C50
Black with #363C50
Text Example
Text Example
White with #363C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C50; }
p { color: rgb(54,60,80); }
H1.HeaderClassName
{
color: #363C50;
}
.AnyTagClassName
{
color: #363C50;
}
</style>
background-color css
<style>
a { background-color: #363C50; }
a { background-color: rgb(54,60,80); }
div.DivClassName
{
background-color: #363C50;
}
.BgClassName
{
background-color: #363C50;
}
</style>
border-color css
<style>
span { border-color: #363C50; }
span { border-color: rgb(54,60,80); }
td.TdClassName
{
border-color: #363C50;
}
.TagClassName
{
border-color: #363C50;
}
</style>