Shades of Cloud Burst #343B4E
Tints of Cloud Burst #343B4E
RGB
CMYK
RGB Variations
Color information
#343B4E (or 0x343B4E) is known color: Cloud Burst. HEX triplet: 34, 3B and 4E. RGB value is (52,59,78). Sum of RGB (Red+Green+Blue) = 52+59+78=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #343B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B4E is #CBC4B1. Grayscale: #3A3A3A. Windows color (decimal): -13354162 or 5126964. OLE color: 5126964.
HSL color Cylindrical-coordinate representation of color #343B4E: hue angle of 223.85º 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 #343B4E is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 59 | 78 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.69 |
| HSL | 223.85º | 0.2% | 0.25% | - |
| HSV(B) | 223.85º | 0.33% | 0.31% | - |
| XYZ | 4.36 | 4.41 | 7.83 | - |
| YUV | 59.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 78 | 0.33 | 0.24 | 0 | 0.69 | 223.85 | 0.2 | 0.25 |
| Hex | 34 | 3B | 4E | 21 | 18 | 0 | 45 | E0 | 14 | 19 |
| Octal | 64 | 73 | 116 | 41 | 30 | 0 | 105 | 340 | 24 | 31 |
| Binary | 110100 | 111011 | 1001110 | 100001 | 11000 | 0 | 1000101 | 11100000 | 10100 | 11001 |
Color Harmonies of #343B4E
Complementary color
Monochromatic Colors of #343B4E
Black with #343B4E
Text Example
Text Example
White with #343B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B4E; }
p { color: rgb(52,59,78); }
H1.HeaderClassName
{
color: #343B4E;
}
.AnyTagClassName
{
color: #343B4E;
}
</style>
background-color css
<style>
a { background-color: #343B4E; }
a { background-color: rgb(52,59,78); }
div.DivClassName
{
background-color: #343B4E;
}
.BgClassName
{
background-color: #343B4E;
}
</style>
border-color css
<style>
span { border-color: #343B4E; }
span { border-color: rgb(52,59,78); }
td.TdClassName
{
border-color: #343B4E;
}
.TagClassName
{
border-color: #343B4E;
}
</style>