Shades of Cloud Burst #343C50
Tints of Cloud Burst #343C50
RGB
CMYK
RGB Variations
Color information
#343C50 (or 0x343C50) is known color: Cloud Burst. HEX triplet: 34, 3C and 50. RGB value is (52,60,80). Sum of RGB (Red+Green+Blue) = 52+60+80=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #343C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C50 is #CBC3AF. Grayscale: #3B3B3B. Windows color (decimal): -13353904 or 5258292. OLE color: 5258292.
HSL color Cylindrical-coordinate representation of color #343C50: hue angle of 222.86º 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 #343C50 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 60 | 80 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.69 |
| HSL | 222.86º | 0.21% | 0.26% | - |
| HSV(B) | 222.86º | 0.35% | 0.31% | - |
| XYZ | 4.48 | 4.54 | 8.23 | - |
| YUV | 59.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 80 | 0.35 | 0.25 | 0 | 0.69 | 222.86 | 0.21 | 0.26 |
| Hex | 34 | 3C | 50 | 23 | 19 | 0 | 45 | DF | 15 | 1A |
| Octal | 64 | 74 | 120 | 43 | 31 | 0 | 105 | 337 | 25 | 32 |
| Binary | 110100 | 111100 | 1010000 | 100011 | 11001 | 0 | 1000101 | 11011111 | 10101 | 11010 |
Color Harmonies of #343C50
Complementary color
Monochromatic Colors of #343C50
Black with #343C50
Text Example
Text Example
White with #343C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C50; }
p { color: rgb(52,60,80); }
H1.HeaderClassName
{
color: #343C50;
}
.AnyTagClassName
{
color: #343C50;
}
</style>
background-color css
<style>
a { background-color: #343C50; }
a { background-color: rgb(52,60,80); }
div.DivClassName
{
background-color: #343C50;
}
.BgClassName
{
background-color: #343C50;
}
</style>
border-color css
<style>
span { border-color: #343C50; }
span { border-color: rgb(52,60,80); }
td.TdClassName
{
border-color: #343C50;
}
.TagClassName
{
border-color: #343C50;
}
</style>