Shades of Cloud Burst #363E50
Tints of Cloud Burst #363E50
RGB
CMYK
RGB Variations
Color information
#363E50 (or 0x363E50) is known color: Cloud Burst. HEX triplet: 36, 3E and 50. RGB value is (54,62,80). Sum of RGB (Red+Green+Blue) = 54+62+80=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #363E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E50 is #C9C1AF. Grayscale: #3D3D3D. Windows color (decimal): -13222320 or 5258806. OLE color: 5258806.
HSL color Cylindrical-coordinate representation of color #363E50: hue angle of 221.54º 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 #363E50 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 62 | 80 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.69 |
| HSL | 221.54º | 0.19% | 0.26% | - |
| HSV(B) | 221.54º | 0.33% | 0.31% | - |
| XYZ | 4.69 | 4.81 | 8.27 | - |
| YUV | 61.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 80 | 0.33 | 0.22 | 0 | 0.69 | 221.54 | 0.19 | 0.26 |
| Hex | 36 | 3E | 50 | 21 | 16 | 0 | 45 | DE | 13 | 1A |
| Octal | 66 | 76 | 120 | 41 | 26 | 0 | 105 | 336 | 23 | 32 |
| Binary | 110110 | 111110 | 1010000 | 100001 | 10110 | 0 | 1000101 | 11011110 | 10011 | 11010 |
Color Harmonies of #363E50
Complementary color
Monochromatic Colors of #363E50
Black with #363E50
Text Example
Text Example
White with #363E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E50; }
p { color: rgb(54,62,80); }
H1.HeaderClassName
{
color: #363E50;
}
.AnyTagClassName
{
color: #363E50;
}
</style>
background-color css
<style>
a { background-color: #363E50; }
a { background-color: rgb(54,62,80); }
div.DivClassName
{
background-color: #363E50;
}
.BgClassName
{
background-color: #363E50;
}
</style>
border-color css
<style>
span { border-color: #363E50; }
span { border-color: rgb(54,62,80); }
td.TdClassName
{
border-color: #363E50;
}
.TagClassName
{
border-color: #363E50;
}
</style>