Shades of Cloud Burst #363A4C
Tints of Cloud Burst #363A4C
RGB
CMYK
RGB Variations
Color information
#363A4C (or 0x363A4C) is known color: Cloud Burst. HEX triplet: 36, 3A and 4C. RGB value is (54,58,76). Sum of RGB (Red+Green+Blue) = 54+58+76=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 76 - color contains mainly: blue. Hex color #363A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A4C is #C9C5B3. Grayscale: #3A3A3A. Windows color (decimal): -13223348 or 4995638. OLE color: 4995638.
HSL color Cylindrical-coordinate representation of color #363A4C: hue angle of 229.09º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #363A4C is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 58 | 76 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.70 |
| HSL | 229.09º | 0.17% | 0.25% | - |
| HSV(B) | 229.09º | 0.29% | 0.3% | - |
| XYZ | 4.34 | 4.33 | 7.44 | - |
| YUV | 58.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 76 | 0.29 | 0.24 | 0 | 0.70 | 229.09 | 0.17 | 0.25 |
| Hex | 36 | 3A | 4C | 1D | 18 | 0 | 46 | E5 | 11 | 19 |
| Octal | 66 | 72 | 114 | 35 | 30 | 0 | 106 | 345 | 21 | 31 |
| Binary | 110110 | 111010 | 1001100 | 11101 | 11000 | 0 | 1000110 | 11100101 | 10001 | 11001 |
Color Harmonies of #363A4C
Complementary color
Monochromatic Colors of #363A4C
Black with #363A4C
Text Example
Text Example
White with #363A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A4C; }
p { color: rgb(54,58,76); }
H1.HeaderClassName
{
color: #363A4C;
}
.AnyTagClassName
{
color: #363A4C;
}
</style>
background-color css
<style>
a { background-color: #363A4C; }
a { background-color: rgb(54,58,76); }
div.DivClassName
{
background-color: #363A4C;
}
.BgClassName
{
background-color: #363A4C;
}
</style>
border-color css
<style>
span { border-color: #363A4C; }
span { border-color: rgb(54,58,76); }
td.TdClassName
{
border-color: #363A4C;
}
.TagClassName
{
border-color: #363A4C;
}
</style>