Shades of Cloud Burst #343F50
Tints of Cloud Burst #343F50
RGB
CMYK
RGB Variations
Color information
#343F50 (or 0x343F50) is known color: Cloud Burst. HEX triplet: 34, 3F and 50. RGB value is (52,63,80). Sum of RGB (Red+Green+Blue) = 52+63+80=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #343F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F50 is #CBC0AF. Grayscale: #3D3D3D. Windows color (decimal): -13353136 or 5259060. OLE color: 5259060.
HSL color Cylindrical-coordinate representation of color #343F50: hue angle of 216.43º 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 #343F50 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 63 | 80 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.69 |
| HSL | 216.43º | 0.21% | 0.26% | - |
| HSV(B) | 216.43º | 0.35% | 0.31% | - |
| XYZ | 4.64 | 4.86 | 8.28 | - |
| YUV | 61.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 80 | 0.35 | 0.21 | 0 | 0.69 | 216.43 | 0.21 | 0.26 |
| Hex | 34 | 3F | 50 | 23 | 15 | 0 | 45 | D8 | 15 | 1A |
| Octal | 64 | 77 | 120 | 43 | 25 | 0 | 105 | 330 | 25 | 32 |
| Binary | 110100 | 111111 | 1010000 | 100011 | 10101 | 0 | 1000101 | 11011000 | 10101 | 11010 |
Color Harmonies of #343F50
Complementary color
Monochromatic Colors of #343F50
Black with #343F50
Text Example
Text Example
White with #343F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F50; }
p { color: rgb(52,63,80); }
H1.HeaderClassName
{
color: #343F50;
}
.AnyTagClassName
{
color: #343F50;
}
</style>
background-color css
<style>
a { background-color: #343F50; }
a { background-color: rgb(52,63,80); }
div.DivClassName
{
background-color: #343F50;
}
.BgClassName
{
background-color: #343F50;
}
</style>
border-color css
<style>
span { border-color: #343F50; }
span { border-color: rgb(52,63,80); }
td.TdClassName
{
border-color: #343F50;
}
.TagClassName
{
border-color: #343F50;
}
</style>