Shades of Cloud Burst #343F51
Tints of Cloud Burst #343F51
RGB
CMYK
RGB Variations
Color information
#343F51 (or 0x343F51) is known color: Cloud Burst. HEX triplet: 34, 3F and 51. RGB value is (52,63,81). Sum of RGB (Red+Green+Blue) = 52+63+81=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 81 - color contains mainly: blue. Hex color #343F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F51 is #CBC0AE. Grayscale: #3D3D3D. Windows color (decimal): -13353135 or 5324596. OLE color: 5324596.
HSL color Cylindrical-coordinate representation of color #343F51: hue angle of 217.24º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #343F51 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 63 | 81 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.68 |
| HSL | 217.24º | 0.22% | 0.26% | - |
| HSV(B) | 217.24º | 0.36% | 0.32% | - |
| XYZ | 4.68 | 4.88 | 8.48 | - |
| YUV | 61.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 81 | 0.36 | 0.22 | 0 | 0.68 | 217.24 | 0.22 | 0.26 |
| Hex | 34 | 3F | 51 | 24 | 16 | 0 | 44 | D9 | 16 | 1A |
| Octal | 64 | 77 | 121 | 44 | 26 | 0 | 104 | 331 | 26 | 32 |
| Binary | 110100 | 111111 | 1010001 | 100100 | 10110 | 0 | 1000100 | 11011001 | 10110 | 11010 |
Color Harmonies of #343F51
Complementary color
Monochromatic Colors of #343F51
Black with #343F51
Text Example
Text Example
White with #343F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F51; }
p { color: rgb(52,63,81); }
H1.HeaderClassName
{
color: #343F51;
}
.AnyTagClassName
{
color: #343F51;
}
</style>
background-color css
<style>
a { background-color: #343F51; }
a { background-color: rgb(52,63,81); }
div.DivClassName
{
background-color: #343F51;
}
.BgClassName
{
background-color: #343F51;
}
</style>
border-color css
<style>
span { border-color: #343F51; }
span { border-color: rgb(52,63,81); }
td.TdClassName
{
border-color: #343F51;
}
.TagClassName
{
border-color: #343F51;
}
</style>