Shades of Cloud Burst #343C4D
Tints of Cloud Burst #343C4D
RGB
CMYK
RGB Variations
Color information
#343C4D (or 0x343C4D) is known color: Cloud Burst. HEX triplet: 34, 3C and 4D. RGB value is (52,60,77). Sum of RGB (Red+Green+Blue) = 52+60+77=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #343C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C4D is #CBC3B2. Grayscale: #3B3B3B. Windows color (decimal): -13353907 or 5061684. OLE color: 5061684.
HSL color Cylindrical-coordinate representation of color #343C4D: hue angle of 220.8º 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 #343C4D is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 60 | 77 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.70 |
| HSL | 220.8º | 0.19% | 0.25% | - |
| HSV(B) | 220.8º | 0.32% | 0.3% | - |
| XYZ | 4.37 | 4.5 | 7.66 | - |
| YUV | 59.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 77 | 0.32 | 0.22 | 0 | 0.70 | 220.8 | 0.19 | 0.25 |
| Hex | 34 | 3C | 4D | 20 | 16 | 0 | 46 | DD | 13 | 19 |
| Octal | 64 | 74 | 115 | 40 | 26 | 0 | 106 | 335 | 23 | 31 |
| Binary | 110100 | 111100 | 1001101 | 100000 | 10110 | 0 | 1000110 | 11011101 | 10011 | 11001 |
Color Harmonies of #343C4D
Complementary color
Monochromatic Colors of #343C4D
Black with #343C4D
Text Example
Text Example
White with #343C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C4D; }
p { color: rgb(52,60,77); }
H1.HeaderClassName
{
color: #343C4D;
}
.AnyTagClassName
{
color: #343C4D;
}
</style>
background-color css
<style>
a { background-color: #343C4D; }
a { background-color: rgb(52,60,77); }
div.DivClassName
{
background-color: #343C4D;
}
.BgClassName
{
background-color: #343C4D;
}
</style>
border-color css
<style>
span { border-color: #343C4D; }
span { border-color: rgb(52,60,77); }
td.TdClassName
{
border-color: #343C4D;
}
.TagClassName
{
border-color: #343C4D;
}
</style>