Shades of Cloud Burst #343C4E
Tints of Cloud Burst #343C4E
RGB
CMYK
RGB Variations
Color information
#343C4E (or 0x343C4E) is known color: Cloud Burst. HEX triplet: 34, 3C and 4E. RGB value is (52,60,78). Sum of RGB (Red+Green+Blue) = 52+60+78=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #343C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343C4E is #CBC3B1. Grayscale: #3B3B3B. Windows color (decimal): -13353906 or 5127220. OLE color: 5127220.
HSL color Cylindrical-coordinate representation of color #343C4E: hue angle of 221.54º 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 #343C4E is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 60 | 78 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.69 |
| HSL | 221.54º | 0.2% | 0.25% | - |
| HSV(B) | 221.54º | 0.33% | 0.31% | - |
| XYZ | 4.41 | 4.51 | 7.85 | - |
| YUV | 59.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 78 | 0.33 | 0.23 | 0 | 0.69 | 221.54 | 0.2 | 0.25 |
| Hex | 34 | 3C | 4E | 21 | 17 | 0 | 45 | DE | 14 | 19 |
| Octal | 64 | 74 | 116 | 41 | 27 | 0 | 105 | 336 | 24 | 31 |
| Binary | 110100 | 111100 | 1001110 | 100001 | 10111 | 0 | 1000101 | 11011110 | 10100 | 11001 |
Color Harmonies of #343C4E
Complementary color
Monochromatic Colors of #343C4E
Black with #343C4E
Text Example
Text Example
White with #343C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C4E; }
p { color: rgb(52,60,78); }
H1.HeaderClassName
{
color: #343C4E;
}
.AnyTagClassName
{
color: #343C4E;
}
</style>
background-color css
<style>
a { background-color: #343C4E; }
a { background-color: rgb(52,60,78); }
div.DivClassName
{
background-color: #343C4E;
}
.BgClassName
{
background-color: #343C4E;
}
</style>
border-color css
<style>
span { border-color: #343C4E; }
span { border-color: rgb(52,60,78); }
td.TdClassName
{
border-color: #343C4E;
}
.TagClassName
{
border-color: #343C4E;
}
</style>