Shades of Cloud Burst #343A4D
Tints of Cloud Burst #343A4D
RGB
CMYK
RGB Variations
Color information
#343A4D (or 0x343A4D) is known color: Cloud Burst. HEX triplet: 34, 3A and 4D. RGB value is (52,58,77). Sum of RGB (Red+Green+Blue) = 52+58+77=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #343A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343A4D is #CBC5B2. Grayscale: #3A3A3A. Windows color (decimal): -13354419 or 5061172. OLE color: 5061172.
HSL color Cylindrical-coordinate representation of color #343A4D: hue angle of 225.6º 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 #343A4D is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 58 | 77 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.70 |
| HSL | 225.6º | 0.19% | 0.25% | - |
| HSV(B) | 225.6º | 0.32% | 0.3% | - |
| XYZ | 4.27 | 4.29 | 7.62 | - |
| YUV | 58.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 77 | 0.32 | 0.25 | 0 | 0.70 | 225.6 | 0.19 | 0.25 |
| Hex | 34 | 3A | 4D | 20 | 19 | 0 | 46 | E2 | 13 | 19 |
| Octal | 64 | 72 | 115 | 40 | 31 | 0 | 106 | 342 | 23 | 31 |
| Binary | 110100 | 111010 | 1001101 | 100000 | 11001 | 0 | 1000110 | 11100010 | 10011 | 11001 |
Color Harmonies of #343A4D
Complementary color
Monochromatic Colors of #343A4D
Black with #343A4D
Text Example
Text Example
White with #343A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A4D; }
p { color: rgb(52,58,77); }
H1.HeaderClassName
{
color: #343A4D;
}
.AnyTagClassName
{
color: #343A4D;
}
</style>
background-color css
<style>
a { background-color: #343A4D; }
a { background-color: rgb(52,58,77); }
div.DivClassName
{
background-color: #343A4D;
}
.BgClassName
{
background-color: #343A4D;
}
</style>
border-color css
<style>
span { border-color: #343A4D; }
span { border-color: rgb(52,58,77); }
td.TdClassName
{
border-color: #343A4D;
}
.TagClassName
{
border-color: #343A4D;
}
</style>