Shades of Cloud Burst #344154
Tints of Cloud Burst #344154
RGB
CMYK
RGB Variations
Color information
#344154 (or 0x344154) is known color: Cloud Burst. HEX triplet: 34, 41 and 54. RGB value is (52,65,84). Sum of RGB (Red+Green+Blue) = 52+65+84=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #344154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344154 is #CBBEAB. Grayscale: #3F3F3F. Windows color (decimal): -13352620 or 5521716. OLE color: 5521716.
HSL color Cylindrical-coordinate representation of color #344154: hue angle of 215.62º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344154 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 65 | 84 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.67 |
| HSL | 215.63º | 0.24% | 0.27% | - |
| HSV(B) | 215.63º | 0.38% | 0.33% | - |
| XYZ | 4.91 | 5.15 | 9.12 | - |
| YUV | 63.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 84 | 0.38 | 0.23 | 0 | 0.67 | 215.63 | 0.24 | 0.27 |
| Hex | 34 | 41 | 54 | 26 | 17 | 0 | 43 | D8 | 18 | 1B |
| Octal | 64 | 101 | 124 | 46 | 27 | 0 | 103 | 330 | 30 | 33 |
| Binary | 110100 | 1000001 | 1010100 | 100110 | 10111 | 0 | 1000011 | 11011000 | 11000 | 11011 |
Color Harmonies of #344154
Complementary color
Monochromatic Colors of #344154
Black with #344154
Text Example
Text Example
White with #344154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344154; }
p { color: rgb(52,65,84); }
H1.HeaderClassName
{
color: #344154;
}
.AnyTagClassName
{
color: #344154;
}
</style>
background-color css
<style>
a { background-color: #344154; }
a { background-color: rgb(52,65,84); }
div.DivClassName
{
background-color: #344154;
}
.BgClassName
{
background-color: #344154;
}
</style>
border-color css
<style>
span { border-color: #344154; }
span { border-color: rgb(52,65,84); }
td.TdClassName
{
border-color: #344154;
}
.TagClassName
{
border-color: #344154;
}
</style>