Shades of Cloud Burst #363B4E
Tints of Cloud Burst #363B4E
RGB
CMYK
RGB Variations
Color information
#363B4E (or 0x363B4E) is known color: Cloud Burst. HEX triplet: 36, 3B and 4E. RGB value is (54,59,78). Sum of RGB (Red+Green+Blue) = 54+59+78=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #363B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B4E is #C9C4B1. Grayscale: #3B3B3B. Windows color (decimal): -13223090 or 5126966. OLE color: 5126966.
HSL color Cylindrical-coordinate representation of color #363B4E: hue angle of 227.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #363B4E is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 59 | 78 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.69 |
| HSL | 227.5º | 0.18% | 0.26% | - |
| HSV(B) | 227.5º | 0.31% | 0.31% | - |
| XYZ | 4.46 | 4.46 | 7.83 | - |
| YUV | 59.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 78 | 0.31 | 0.24 | 0 | 0.69 | 227.5 | 0.18 | 0.26 |
| Hex | 36 | 3B | 4E | 1F | 18 | 0 | 45 | E4 | 12 | 1A |
| Octal | 66 | 73 | 116 | 37 | 30 | 0 | 105 | 344 | 22 | 32 |
| Binary | 110110 | 111011 | 1001110 | 11111 | 11000 | 0 | 1000101 | 11100100 | 10010 | 11010 |
Color Harmonies of #363B4E
Complementary color
Monochromatic Colors of #363B4E
Black with #363B4E
Text Example
Text Example
White with #363B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B4E; }
p { color: rgb(54,59,78); }
H1.HeaderClassName
{
color: #363B4E;
}
.AnyTagClassName
{
color: #363B4E;
}
</style>
background-color css
<style>
a { background-color: #363B4E; }
a { background-color: rgb(54,59,78); }
div.DivClassName
{
background-color: #363B4E;
}
.BgClassName
{
background-color: #363B4E;
}
</style>
border-color css
<style>
span { border-color: #363B4E; }
span { border-color: rgb(54,59,78); }
td.TdClassName
{
border-color: #363B4E;
}
.TagClassName
{
border-color: #363B4E;
}
</style>