Shades of Cloud Burst #344153
Tints of Cloud Burst #344153
RGB
CMYK
RGB Variations
Color information
#344153 (or 0x344153) is known color: Cloud Burst. HEX triplet: 34, 41 and 53. RGB value is (52,65,83). Sum of RGB (Red+Green+Blue) = 52+65+83=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #344153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344153 is #CBBEAC. Grayscale: #3F3F3F. Windows color (decimal): -13352621 or 5456180. OLE color: 5456180.
HSL color Cylindrical-coordinate representation of color #344153: hue angle of 214.84º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344153 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 65 | 83 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.67 |
| HSL | 214.84º | 0.23% | 0.26% | - |
| HSV(B) | 214.84º | 0.37% | 0.33% | - |
| XYZ | 4.87 | 5.14 | 8.92 | - |
| YUV | 63.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 83 | 0.37 | 0.22 | 0 | 0.67 | 214.84 | 0.23 | 0.26 |
| Hex | 34 | 41 | 53 | 25 | 16 | 0 | 43 | D7 | 17 | 1A |
| Octal | 64 | 101 | 123 | 45 | 26 | 0 | 103 | 327 | 27 | 32 |
| Binary | 110100 | 1000001 | 1010011 | 100101 | 10110 | 0 | 1000011 | 11010111 | 10111 | 11010 |
Color Harmonies of #344153
Complementary color
Monochromatic Colors of #344153
Black with #344153
Text Example
Text Example
White with #344153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344153; }
p { color: rgb(52,65,83); }
H1.HeaderClassName
{
color: #344153;
}
.AnyTagClassName
{
color: #344153;
}
</style>
background-color css
<style>
a { background-color: #344153; }
a { background-color: rgb(52,65,83); }
div.DivClassName
{
background-color: #344153;
}
.BgClassName
{
background-color: #344153;
}
</style>
border-color css
<style>
span { border-color: #344153; }
span { border-color: rgb(52,65,83); }
td.TdClassName
{
border-color: #344153;
}
.TagClassName
{
border-color: #344153;
}
</style>