Shades of Cloud Burst #344053
Tints of Cloud Burst #344053
RGB
CMYK
RGB Variations
Color information
#344053 (or 0x344053) is known color: Cloud Burst. HEX triplet: 34, 40 and 53. RGB value is (52,64,83). Sum of RGB (Red+Green+Blue) = 52+64+83=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #344053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344053 is #CBBFAC. Grayscale: #3E3E3E. Windows color (decimal): -13352877 or 5455924. OLE color: 5455924.
HSL color Cylindrical-coordinate representation of color #344053: hue angle of 216.77º 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 #344053 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 64 | 83 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.67 |
| HSL | 216.77º | 0.23% | 0.26% | - |
| HSV(B) | 216.77º | 0.37% | 0.33% | - |
| XYZ | 4.81 | 5.02 | 8.9 | - |
| YUV | 62.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 83 | 0.37 | 0.23 | 0 | 0.67 | 216.77 | 0.23 | 0.26 |
| Hex | 34 | 40 | 53 | 25 | 17 | 0 | 43 | D9 | 17 | 1A |
| Octal | 64 | 100 | 123 | 45 | 27 | 0 | 103 | 331 | 27 | 32 |
| Binary | 110100 | 1000000 | 1010011 | 100101 | 10111 | 0 | 1000011 | 11011001 | 10111 | 11010 |
Color Harmonies of #344053
Complementary color
Monochromatic Colors of #344053
Black with #344053
Text Example
Text Example
White with #344053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344053; }
p { color: rgb(52,64,83); }
H1.HeaderClassName
{
color: #344053;
}
.AnyTagClassName
{
color: #344053;
}
</style>
background-color css
<style>
a { background-color: #344053; }
a { background-color: rgb(52,64,83); }
div.DivClassName
{
background-color: #344053;
}
.BgClassName
{
background-color: #344053;
}
</style>
border-color css
<style>
span { border-color: #344053; }
span { border-color: rgb(52,64,83); }
td.TdClassName
{
border-color: #344053;
}
.TagClassName
{
border-color: #344053;
}
</style>