Shades of Cloud Burst #323D4B
Tints of Cloud Burst #323D4B
RGB
CMYK
RGB Variations
Color information
#323D4B (or 0x323D4B) is known color: Cloud Burst. HEX triplet: 32, 3D and 4B. RGB value is (50,61,75). Sum of RGB (Red+Green+Blue) = 50+61+75=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #323D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D4B is #CDC2B4. Grayscale: #3B3B3B. Windows color (decimal): -13484725 or 4930866. OLE color: 4930866.
HSL color Cylindrical-coordinate representation of color #323D4B: hue angle of 213.6º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #323D4B is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 61 | 75 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.71 |
| HSL | 213.6º | 0.2% | 0.25% | - |
| HSV(B) | 213.6º | 0.33% | 0.29% | - |
| XYZ | 4.25 | 4.52 | 7.31 | - |
| YUV | 59.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 75 | 0.33 | 0.19 | 0 | 0.71 | 213.6 | 0.2 | 0.25 |
| Hex | 32 | 3D | 4B | 21 | 13 | 0 | 47 | D6 | 14 | 19 |
| Octal | 62 | 75 | 113 | 41 | 23 | 0 | 107 | 326 | 24 | 31 |
| Binary | 110010 | 111101 | 1001011 | 100001 | 10011 | 0 | 1000111 | 11010110 | 10100 | 11001 |
Color Harmonies of #323D4B
Complementary color
Monochromatic Colors of #323D4B
Black with #323D4B
Text Example
Text Example
White with #323D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D4B; }
p { color: rgb(50,61,75); }
H1.HeaderClassName
{
color: #323D4B;
}
.AnyTagClassName
{
color: #323D4B;
}
</style>
background-color css
<style>
a { background-color: #323D4B; }
a { background-color: rgb(50,61,75); }
div.DivClassName
{
background-color: #323D4B;
}
.BgClassName
{
background-color: #323D4B;
}
</style>
border-color css
<style>
span { border-color: #323D4B; }
span { border-color: rgb(50,61,75); }
td.TdClassName
{
border-color: #323D4B;
}
.TagClassName
{
border-color: #323D4B;
}
</style>