Shades of Cloud Burst #323C4E
Tints of Cloud Burst #323C4E
RGB
CMYK
RGB Variations
Color information
#323C4E (or 0x323C4E) is known color: Cloud Burst. HEX triplet: 32, 3C and 4E. RGB value is (50,60,78). Sum of RGB (Red+Green+Blue) = 50+60+78=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #323C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C4E is #CDC3B1. Grayscale: #3A3A3A. Windows color (decimal): -13484978 or 5127218. OLE color: 5127218.
HSL color Cylindrical-coordinate representation of color #323C4E: hue angle of 218.57º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #323C4E is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 60 | 78 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.69 |
| HSL | 218.57º | 0.22% | 0.25% | - |
| HSV(B) | 218.57º | 0.36% | 0.31% | - |
| XYZ | 4.31 | 4.46 | 7.84 | - |
| YUV | 59.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 78 | 0.36 | 0.23 | 0 | 0.69 | 218.57 | 0.22 | 0.25 |
| Hex | 32 | 3C | 4E | 24 | 17 | 0 | 45 | DB | 16 | 19 |
| Octal | 62 | 74 | 116 | 44 | 27 | 0 | 105 | 333 | 26 | 31 |
| Binary | 110010 | 111100 | 1001110 | 100100 | 10111 | 0 | 1000101 | 11011011 | 10110 | 11001 |
Color Harmonies of #323C4E
Complementary color
Monochromatic Colors of #323C4E
Black with #323C4E
Text Example
Text Example
White with #323C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C4E; }
p { color: rgb(50,60,78); }
H1.HeaderClassName
{
color: #323C4E;
}
.AnyTagClassName
{
color: #323C4E;
}
</style>
background-color css
<style>
a { background-color: #323C4E; }
a { background-color: rgb(50,60,78); }
div.DivClassName
{
background-color: #323C4E;
}
.BgClassName
{
background-color: #323C4E;
}
</style>
border-color css
<style>
span { border-color: #323C4E; }
span { border-color: rgb(50,60,78); }
td.TdClassName
{
border-color: #323C4E;
}
.TagClassName
{
border-color: #323C4E;
}
</style>