Shades of Cloud Burst #343B4D
Tints of Cloud Burst #343B4D
RGB
CMYK
RGB Variations
Color information
#343B4D (or 0x343B4D) is known color: Cloud Burst. HEX triplet: 34, 3B and 4D. RGB value is (52,59,77). Sum of RGB (Red+Green+Blue) = 52+59+77=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #343B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B4D is #CBC4B2. Grayscale: #3A3A3A. Windows color (decimal): -13354163 or 5061428. OLE color: 5061428.
HSL color Cylindrical-coordinate representation of color #343B4D: hue angle of 223.2º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #343B4D is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 59 | 77 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.70 |
| HSL | 223.2º | 0.19% | 0.25% | - |
| HSV(B) | 223.2º | 0.32% | 0.3% | - |
| XYZ | 4.32 | 4.39 | 7.64 | - |
| YUV | 58.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 77 | 0.32 | 0.23 | 0 | 0.70 | 223.2 | 0.19 | 0.25 |
| Hex | 34 | 3B | 4D | 20 | 17 | 0 | 46 | DF | 13 | 19 |
| Octal | 64 | 73 | 115 | 40 | 27 | 0 | 106 | 337 | 23 | 31 |
| Binary | 110100 | 111011 | 1001101 | 100000 | 10111 | 0 | 1000110 | 11011111 | 10011 | 11001 |
Color Harmonies of #343B4D
Complementary color
Monochromatic Colors of #343B4D
Black with #343B4D
Text Example
Text Example
White with #343B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B4D; }
p { color: rgb(52,59,77); }
H1.HeaderClassName
{
color: #343B4D;
}
.AnyTagClassName
{
color: #343B4D;
}
</style>
background-color css
<style>
a { background-color: #343B4D; }
a { background-color: rgb(52,59,77); }
div.DivClassName
{
background-color: #343B4D;
}
.BgClassName
{
background-color: #343B4D;
}
</style>
border-color css
<style>
span { border-color: #343B4D; }
span { border-color: rgb(52,59,77); }
td.TdClassName
{
border-color: #343B4D;
}
.TagClassName
{
border-color: #343B4D;
}
</style>