Shades of Cloud Burst #363D4D
Tints of Cloud Burst #363D4D
RGB
CMYK
RGB Variations
Color information
#363D4D (or 0x363D4D) is known color: Cloud Burst. HEX triplet: 36, 3D and 4D. RGB value is (54,61,77). Sum of RGB (Red+Green+Blue) = 54+61+77=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #363D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D4D is #C9C2B2. Grayscale: #3C3C3C. Windows color (decimal): -13222579 or 5061942. OLE color: 5061942.
HSL color Cylindrical-coordinate representation of color #363D4D: hue angle of 221.74º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #363D4D is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 61 | 77 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.70 |
| HSL | 221.74º | 0.18% | 0.26% | - |
| HSV(B) | 221.74º | 0.3% | 0.3% | - |
| XYZ | 4.53 | 4.66 | 7.68 | - |
| YUV | 60.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 77 | 0.30 | 0.21 | 0 | 0.70 | 221.74 | 0.18 | 0.26 |
| Hex | 36 | 3D | 4D | 1E | 15 | 0 | 46 | DE | 12 | 1A |
| Octal | 66 | 75 | 115 | 36 | 25 | 0 | 106 | 336 | 22 | 32 |
| Binary | 110110 | 111101 | 1001101 | 11110 | 10101 | 0 | 1000110 | 11011110 | 10010 | 11010 |
Color Harmonies of #363D4D
Complementary color
Monochromatic Colors of #363D4D
Black with #363D4D
Text Example
Text Example
White with #363D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D4D; }
p { color: rgb(54,61,77); }
H1.HeaderClassName
{
color: #363D4D;
}
.AnyTagClassName
{
color: #363D4D;
}
</style>
background-color css
<style>
a { background-color: #363D4D; }
a { background-color: rgb(54,61,77); }
div.DivClassName
{
background-color: #363D4D;
}
.BgClassName
{
background-color: #363D4D;
}
</style>
border-color css
<style>
span { border-color: #363D4D; }
span { border-color: rgb(54,61,77); }
td.TdClassName
{
border-color: #363D4D;
}
.TagClassName
{
border-color: #363D4D;
}
</style>