Shades of Cloud Burst #343B52
Tints of Cloud Burst #343B52
RGB
CMYK
RGB Variations
Color information
#343B52 (or 0x343B52) is known color: Cloud Burst. HEX triplet: 34, 3B and 52. RGB value is (52,59,82). Sum of RGB (Red+Green+Blue) = 52+59+82=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #343B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B52 is #CBC4AD. Grayscale: #3B3B3B. Windows color (decimal): -13354158 or 5389108. OLE color: 5389108.
HSL color Cylindrical-coordinate representation of color #343B52: hue angle of 226º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #343B52 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 59 | 82 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.68 |
| HSL | 226º | 0.22% | 0.26% | - |
| HSV(B) | 226º | 0.37% | 0.32% | - |
| XYZ | 4.5 | 4.47 | 8.61 | - |
| YUV | 59.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 82 | 0.37 | 0.28 | 0 | 0.68 | 226 | 0.22 | 0.26 |
| Hex | 34 | 3B | 52 | 25 | 1C | 0 | 44 | E2 | 16 | 1A |
| Octal | 64 | 73 | 122 | 45 | 34 | 0 | 104 | 342 | 26 | 32 |
| Binary | 110100 | 111011 | 1010010 | 100101 | 11100 | 0 | 1000100 | 11100010 | 10110 | 11010 |
Color Harmonies of #343B52
Complementary color
Monochromatic Colors of #343B52
Black with #343B52
Text Example
Text Example
White with #343B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B52; }
p { color: rgb(52,59,82); }
H1.HeaderClassName
{
color: #343B52;
}
.AnyTagClassName
{
color: #343B52;
}
</style>
background-color css
<style>
a { background-color: #343B52; }
a { background-color: rgb(52,59,82); }
div.DivClassName
{
background-color: #343B52;
}
.BgClassName
{
background-color: #343B52;
}
</style>
border-color css
<style>
span { border-color: #343B52; }
span { border-color: rgb(52,59,82); }
td.TdClassName
{
border-color: #343B52;
}
.TagClassName
{
border-color: #343B52;
}
</style>