Shades of Cloud Burst #363B4F
Tints of Cloud Burst #363B4F
RGB
CMYK
RGB Variations
Color information
#363B4F (or 0x363B4F) is known color: Cloud Burst. HEX triplet: 36, 3B and 4F. RGB value is (54,59,79). Sum of RGB (Red+Green+Blue) = 54+59+79=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #363B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B4F is #C9C4B0. Grayscale: #3B3B3B. Windows color (decimal): -13223089 or 5192502. OLE color: 5192502.
HSL color Cylindrical-coordinate representation of color #363B4F: hue angle of 228º 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 #363B4F is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 59 | 79 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.69 |
| HSL | 228º | 0.19% | 0.26% | - |
| HSV(B) | 228º | 0.32% | 0.31% | - |
| XYZ | 4.5 | 4.48 | 8.02 | - |
| YUV | 59.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 79 | 0.32 | 0.25 | 0 | 0.69 | 228 | 0.19 | 0.26 |
| Hex | 36 | 3B | 4F | 20 | 19 | 0 | 45 | E4 | 13 | 1A |
| Octal | 66 | 73 | 117 | 40 | 31 | 0 | 105 | 344 | 23 | 32 |
| Binary | 110110 | 111011 | 1001111 | 100000 | 11001 | 0 | 1000101 | 11100100 | 10011 | 11010 |
Color Harmonies of #363B4F
Complementary color
Monochromatic Colors of #363B4F
Black with #363B4F
Text Example
Text Example
White with #363B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B4F; }
p { color: rgb(54,59,79); }
H1.HeaderClassName
{
color: #363B4F;
}
.AnyTagClassName
{
color: #363B4F;
}
</style>
background-color css
<style>
a { background-color: #363B4F; }
a { background-color: rgb(54,59,79); }
div.DivClassName
{
background-color: #363B4F;
}
.BgClassName
{
background-color: #363B4F;
}
</style>
border-color css
<style>
span { border-color: #363B4F; }
span { border-color: rgb(54,59,79); }
td.TdClassName
{
border-color: #363B4F;
}
.TagClassName
{
border-color: #363B4F;
}
</style>