Shades of Cloud Burst #364152
Tints of Cloud Burst #364152
RGB
CMYK
RGB Variations
Color information
#364152 (or 0x364152) is known color: Cloud Burst. HEX triplet: 36, 41 and 52. RGB value is (54,65,82). Sum of RGB (Red+Green+Blue) = 54+65+82=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #364152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364152 is #C9BEAD. Grayscale: #3F3F3F. Windows color (decimal): -13221550 or 5390646. OLE color: 5390646.
HSL color Cylindrical-coordinate representation of color #364152: hue angle of 216.43º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #364152 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 65 | 82 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.68 |
| HSL | 216.43º | 0.21% | 0.27% | - |
| HSV(B) | 216.43º | 0.34% | 0.32% | - |
| XYZ | 4.93 | 5.17 | 8.72 | - |
| YUV | 63.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 82 | 0.34 | 0.21 | 0 | 0.68 | 216.43 | 0.21 | 0.27 |
| Hex | 36 | 41 | 52 | 22 | 15 | 0 | 44 | D8 | 15 | 1B |
| Octal | 66 | 101 | 122 | 42 | 25 | 0 | 104 | 330 | 25 | 33 |
| Binary | 110110 | 1000001 | 1010010 | 100010 | 10101 | 0 | 1000100 | 11011000 | 10101 | 11011 |
Color Harmonies of #364152
Complementary color
Monochromatic Colors of #364152
Black with #364152
Text Example
Text Example
White with #364152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364152; }
p { color: rgb(54,65,82); }
H1.HeaderClassName
{
color: #364152;
}
.AnyTagClassName
{
color: #364152;
}
</style>
background-color css
<style>
a { background-color: #364152; }
a { background-color: rgb(54,65,82); }
div.DivClassName
{
background-color: #364152;
}
.BgClassName
{
background-color: #364152;
}
</style>
border-color css
<style>
span { border-color: #364152; }
span { border-color: rgb(54,65,82); }
td.TdClassName
{
border-color: #364152;
}
.TagClassName
{
border-color: #364152;
}
</style>