Shades of Cloud Burst #323B51
Tints of Cloud Burst #323B51
RGB
CMYK
RGB Variations
Color information
#323B51 (or 0x323B51) is known color: Cloud Burst. HEX triplet: 32, 3B and 51. RGB value is (50,59,81). Sum of RGB (Red+Green+Blue) = 50+59+81=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #323B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B51 is #CDC4AE. Grayscale: #3A3A3A. Windows color (decimal): -13485231 or 5323570. OLE color: 5323570.
HSL color Cylindrical-coordinate representation of color #323B51: hue angle of 222.58º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #323B51 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 59 | 81 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.68 |
| HSL | 222.58º | 0.24% | 0.26% | - |
| HSV(B) | 222.58º | 0.38% | 0.32% | - |
| XYZ | 4.36 | 4.4 | 8.4 | - |
| YUV | 58.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 81 | 0.38 | 0.27 | 0 | 0.68 | 222.58 | 0.24 | 0.26 |
| Hex | 32 | 3B | 51 | 26 | 1B | 0 | 44 | DF | 18 | 1A |
| Octal | 62 | 73 | 121 | 46 | 33 | 0 | 104 | 337 | 30 | 32 |
| Binary | 110010 | 111011 | 1010001 | 100110 | 11011 | 0 | 1000100 | 11011111 | 11000 | 11010 |
Color Harmonies of #323B51
Complementary color
Monochromatic Colors of #323B51
Black with #323B51
Text Example
Text Example
White with #323B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B51; }
p { color: rgb(50,59,81); }
H1.HeaderClassName
{
color: #323B51;
}
.AnyTagClassName
{
color: #323B51;
}
</style>
background-color css
<style>
a { background-color: #323B51; }
a { background-color: rgb(50,59,81); }
div.DivClassName
{
background-color: #323B51;
}
.BgClassName
{
background-color: #323B51;
}
</style>
border-color css
<style>
span { border-color: #323B51; }
span { border-color: rgb(50,59,81); }
td.TdClassName
{
border-color: #323B51;
}
.TagClassName
{
border-color: #323B51;
}
</style>