Shades of Cloud Burst #343E4E
Tints of Cloud Burst #343E4E
RGB
CMYK
RGB Variations
Color information
#343E4E (or 0x343E4E) is known color: Cloud Burst. HEX triplet: 34, 3E and 4E. RGB value is (52,62,78). Sum of RGB (Red+Green+Blue) = 52+62+78=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #343E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E4E is #CBC1B1. Grayscale: #3C3C3C. Windows color (decimal): -13353394 or 5127732. OLE color: 5127732.
HSL color Cylindrical-coordinate representation of color #343E4E: hue angle of 216.92º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #343E4E is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 62 | 78 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.69 |
| HSL | 216.92º | 0.2% | 0.25% | - |
| HSV(B) | 216.92º | 0.33% | 0.31% | - |
| XYZ | 4.51 | 4.73 | 7.88 | - |
| YUV | 60.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 78 | 0.33 | 0.21 | 0 | 0.69 | 216.92 | 0.2 | 0.25 |
| Hex | 34 | 3E | 4E | 21 | 15 | 0 | 45 | D9 | 14 | 19 |
| Octal | 64 | 76 | 116 | 41 | 25 | 0 | 105 | 331 | 24 | 31 |
| Binary | 110100 | 111110 | 1001110 | 100001 | 10101 | 0 | 1000101 | 11011001 | 10100 | 11001 |
Color Harmonies of #343E4E
Complementary color
Monochromatic Colors of #343E4E
Black with #343E4E
Text Example
Text Example
White with #343E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E4E; }
p { color: rgb(52,62,78); }
H1.HeaderClassName
{
color: #343E4E;
}
.AnyTagClassName
{
color: #343E4E;
}
</style>
background-color css
<style>
a { background-color: #343E4E; }
a { background-color: rgb(52,62,78); }
div.DivClassName
{
background-color: #343E4E;
}
.BgClassName
{
background-color: #343E4E;
}
</style>
border-color css
<style>
span { border-color: #343E4E; }
span { border-color: rgb(52,62,78); }
td.TdClassName
{
border-color: #343E4E;
}
.TagClassName
{
border-color: #343E4E;
}
</style>