Shades of Cloud Burst #323A52
Tints of Cloud Burst #323A52
RGB
CMYK
RGB Variations
Color information
#323A52 (or 0x323A52) is known color: Cloud Burst. HEX triplet: 32, 3A and 52. RGB value is (50,58,82). Sum of RGB (Red+Green+Blue) = 50+58+82=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #323A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A52 is #CDC5AD. Grayscale: #3A3A3A. Windows color (decimal): -13485486 or 5388850. OLE color: 5388850.
HSL color Cylindrical-coordinate representation of color #323A52: hue angle of 225º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #323A52 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 58 | 82 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.68 |
| HSL | 225º | 0.24% | 0.26% | - |
| HSV(B) | 225º | 0.39% | 0.32% | - |
| XYZ | 4.35 | 4.31 | 8.59 | - |
| YUV | 58.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 82 | 0.39 | 0.29 | 0 | 0.68 | 225 | 0.24 | 0.26 |
| Hex | 32 | 3A | 52 | 27 | 1D | 0 | 44 | E1 | 18 | 1A |
| Octal | 62 | 72 | 122 | 47 | 35 | 0 | 104 | 341 | 30 | 32 |
| Binary | 110010 | 111010 | 1010010 | 100111 | 11101 | 0 | 1000100 | 11100001 | 11000 | 11010 |
Color Harmonies of #323A52
Complementary color
Monochromatic Colors of #323A52
Black with #323A52
Text Example
Text Example
White with #323A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A52; }
p { color: rgb(50,58,82); }
H1.HeaderClassName
{
color: #323A52;
}
.AnyTagClassName
{
color: #323A52;
}
</style>
background-color css
<style>
a { background-color: #323A52; }
a { background-color: rgb(50,58,82); }
div.DivClassName
{
background-color: #323A52;
}
.BgClassName
{
background-color: #323A52;
}
</style>
border-color css
<style>
span { border-color: #323A52; }
span { border-color: rgb(50,58,82); }
td.TdClassName
{
border-color: #323A52;
}
.TagClassName
{
border-color: #323A52;
}
</style>