Shades of Cloud Burst #343A50
Tints of Cloud Burst #343A50
RGB
CMYK
RGB Variations
Color information
#343A50 (or 0x343A50) is known color: Cloud Burst. HEX triplet: 34, 3A and 50. RGB value is (52,58,80). Sum of RGB (Red+Green+Blue) = 52+58+80=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #343A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343A50 is #CBC5AF. Grayscale: #3A3A3A. Windows color (decimal): -13354416 or 5257780. OLE color: 5257780.
HSL color Cylindrical-coordinate representation of color #343A50: hue angle of 227.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #343A50 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 58 | 80 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.69 |
| HSL | 227.14º | 0.21% | 0.26% | - |
| HSV(B) | 227.14º | 0.35% | 0.31% | - |
| XYZ | 4.38 | 4.34 | 8.2 | - |
| YUV | 58.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 80 | 0.35 | 0.28 | 0 | 0.69 | 227.14 | 0.21 | 0.26 |
| Hex | 34 | 3A | 50 | 23 | 1C | 0 | 45 | E3 | 15 | 1A |
| Octal | 64 | 72 | 120 | 43 | 34 | 0 | 105 | 343 | 25 | 32 |
| Binary | 110100 | 111010 | 1010000 | 100011 | 11100 | 0 | 1000101 | 11100011 | 10101 | 11010 |
Color Harmonies of #343A50
Complementary color
Monochromatic Colors of #343A50
Black with #343A50
Text Example
Text Example
White with #343A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A50; }
p { color: rgb(52,58,80); }
H1.HeaderClassName
{
color: #343A50;
}
.AnyTagClassName
{
color: #343A50;
}
</style>
background-color css
<style>
a { background-color: #343A50; }
a { background-color: rgb(52,58,80); }
div.DivClassName
{
background-color: #343A50;
}
.BgClassName
{
background-color: #343A50;
}
</style>
border-color css
<style>
span { border-color: #343A50; }
span { border-color: rgb(52,58,80); }
td.TdClassName
{
border-color: #343A50;
}
.TagClassName
{
border-color: #343A50;
}
</style>