Shades of Cloud Burst #323D4A
Tints of Cloud Burst #323D4A
RGB
CMYK
RGB Variations
Color information
#323D4A (or 0x323D4A) is known color: Cloud Burst. HEX triplet: 32, 3D and 4A. RGB value is (50,61,74). Sum of RGB (Red+Green+Blue) = 50+61+74=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 74 - color contains mainly: blue. Hex color #323D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D4A is #CDC2B5. Grayscale: #3B3B3B. Windows color (decimal): -13484726 or 4865330. OLE color: 4865330.
HSL color Cylindrical-coordinate representation of color #323D4A: hue angle of 212.5º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #323D4A is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 61 | 74 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.71 |
| HSL | 212.5º | 0.19% | 0.24% | - |
| HSV(B) | 212.5º | 0.32% | 0.29% | - |
| XYZ | 4.22 | 4.51 | 7.13 | - |
| YUV | 59.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 74 | 0.32 | 0.18 | 0 | 0.71 | 212.5 | 0.19 | 0.24 |
| Hex | 32 | 3D | 4A | 20 | 12 | 0 | 47 | D4 | 13 | 18 |
| Octal | 62 | 75 | 112 | 40 | 22 | 0 | 107 | 324 | 23 | 30 |
| Binary | 110010 | 111101 | 1001010 | 100000 | 10010 | 0 | 1000111 | 11010100 | 10011 | 11000 |
Color Harmonies of #323D4A
Complementary color
Monochromatic Colors of #323D4A
Black with #323D4A
Text Example
Text Example
White with #323D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D4A; }
p { color: rgb(50,61,74); }
H1.HeaderClassName
{
color: #323D4A;
}
.AnyTagClassName
{
color: #323D4A;
}
</style>
background-color css
<style>
a { background-color: #323D4A; }
a { background-color: rgb(50,61,74); }
div.DivClassName
{
background-color: #323D4A;
}
.BgClassName
{
background-color: #323D4A;
}
</style>
border-color css
<style>
span { border-color: #323D4A; }
span { border-color: rgb(50,61,74); }
td.TdClassName
{
border-color: #323D4A;
}
.TagClassName
{
border-color: #323D4A;
}
</style>