Shades of Cloud Burst #343B50
Tints of Cloud Burst #343B50
RGB
CMYK
RGB Variations
Color information
#343B50 (or 0x343B50) is known color: Cloud Burst. HEX triplet: 34, 3B and 50. RGB value is (52,59,80). Sum of RGB (Red+Green+Blue) = 52+59+80=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #343B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B50 is #CBC4AF. Grayscale: #3B3B3B. Windows color (decimal): -13354160 or 5258036. OLE color: 5258036.
HSL color Cylindrical-coordinate representation of color #343B50: hue angle of 225º 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 #343B50 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 59 | 80 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.69 |
| HSL | 225º | 0.21% | 0.26% | - |
| HSV(B) | 225º | 0.35% | 0.31% | - |
| XYZ | 4.43 | 4.44 | 8.21 | - |
| YUV | 59.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 80 | 0.35 | 0.26 | 0 | 0.69 | 225 | 0.21 | 0.26 |
| Hex | 34 | 3B | 50 | 23 | 1A | 0 | 45 | E1 | 15 | 1A |
| Octal | 64 | 73 | 120 | 43 | 32 | 0 | 105 | 341 | 25 | 32 |
| Binary | 110100 | 111011 | 1010000 | 100011 | 11010 | 0 | 1000101 | 11100001 | 10101 | 11010 |
Color Harmonies of #343B50
Complementary color
Monochromatic Colors of #343B50
Black with #343B50
Text Example
Text Example
White with #343B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B50; }
p { color: rgb(52,59,80); }
H1.HeaderClassName
{
color: #343B50;
}
.AnyTagClassName
{
color: #343B50;
}
</style>
background-color css
<style>
a { background-color: #343B50; }
a { background-color: rgb(52,59,80); }
div.DivClassName
{
background-color: #343B50;
}
.BgClassName
{
background-color: #343B50;
}
</style>
border-color css
<style>
span { border-color: #343B50; }
span { border-color: rgb(52,59,80); }
td.TdClassName
{
border-color: #343B50;
}
.TagClassName
{
border-color: #343B50;
}
</style>