Shades of Cloud Burst #343E4C
Tints of Cloud Burst #343E4C
RGB
CMYK
RGB Variations
Color information
#343E4C (or 0x343E4C) is known color: Cloud Burst. HEX triplet: 34, 3E and 4C. RGB value is (52,62,76). Sum of RGB (Red+Green+Blue) = 52+62+76=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 76 - color contains mainly: blue. Hex color #343E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E4C is #CBC1B3. Grayscale: #3C3C3C. Windows color (decimal): -13353396 or 4996660. OLE color: 4996660.
HSL color Cylindrical-coordinate representation of color #343E4C: hue angle of 215º 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 #343E4C is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 62 | 76 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.70 |
| HSL | 215º | 0.19% | 0.25% | - |
| HSV(B) | 215º | 0.32% | 0.3% | - |
| XYZ | 4.44 | 4.7 | 7.51 | - |
| YUV | 60.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 76 | 0.32 | 0.18 | 0 | 0.70 | 215 | 0.19 | 0.25 |
| Hex | 34 | 3E | 4C | 20 | 12 | 0 | 46 | D7 | 13 | 19 |
| Octal | 64 | 76 | 114 | 40 | 22 | 0 | 106 | 327 | 23 | 31 |
| Binary | 110100 | 111110 | 1001100 | 100000 | 10010 | 0 | 1000110 | 11010111 | 10011 | 11001 |
Color Harmonies of #343E4C
Complementary color
Monochromatic Colors of #343E4C
Black with #343E4C
Text Example
Text Example
White with #343E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E4C; }
p { color: rgb(52,62,76); }
H1.HeaderClassName
{
color: #343E4C;
}
.AnyTagClassName
{
color: #343E4C;
}
</style>
background-color css
<style>
a { background-color: #343E4C; }
a { background-color: rgb(52,62,76); }
div.DivClassName
{
background-color: #343E4C;
}
.BgClassName
{
background-color: #343E4C;
}
</style>
border-color css
<style>
span { border-color: #343E4C; }
span { border-color: rgb(52,62,76); }
td.TdClassName
{
border-color: #343E4C;
}
.TagClassName
{
border-color: #343E4C;
}
</style>