Shades of Cloud Burst #343A4E
Tints of Cloud Burst #343A4E
RGB
CMYK
RGB Variations
Color information
#343A4E (or 0x343A4E) is known color: Cloud Burst. HEX triplet: 34, 3A and 4E. RGB value is (52,58,78). Sum of RGB (Red+Green+Blue) = 52+58+78=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #343A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343A4E is #CBC5B1. Grayscale: #3A3A3A. Windows color (decimal): -13354418 or 5126708. OLE color: 5126708.
HSL color Cylindrical-coordinate representation of color #343A4E: hue angle of 226.15º 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 #343A4E is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 58 | 78 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.69 |
| HSL | 226.15º | 0.2% | 0.25% | - |
| HSV(B) | 226.15º | 0.33% | 0.31% | - |
| XYZ | 4.3 | 4.31 | 7.81 | - |
| YUV | 58.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 78 | 0.33 | 0.26 | 0 | 0.69 | 226.15 | 0.2 | 0.25 |
| Hex | 34 | 3A | 4E | 21 | 1A | 0 | 45 | E2 | 14 | 19 |
| Octal | 64 | 72 | 116 | 41 | 32 | 0 | 105 | 342 | 24 | 31 |
| Binary | 110100 | 111010 | 1001110 | 100001 | 11010 | 0 | 1000101 | 11100010 | 10100 | 11001 |
Color Harmonies of #343A4E
Complementary color
Monochromatic Colors of #343A4E
Black with #343A4E
Text Example
Text Example
White with #343A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A4E; }
p { color: rgb(52,58,78); }
H1.HeaderClassName
{
color: #343A4E;
}
.AnyTagClassName
{
color: #343A4E;
}
</style>
background-color css
<style>
a { background-color: #343A4E; }
a { background-color: rgb(52,58,78); }
div.DivClassName
{
background-color: #343A4E;
}
.BgClassName
{
background-color: #343A4E;
}
</style>
border-color css
<style>
span { border-color: #343A4E; }
span { border-color: rgb(52,58,78); }
td.TdClassName
{
border-color: #343A4E;
}
.TagClassName
{
border-color: #343A4E;
}
</style>