Shades of Cloud Burst #343C4A
Tints of Cloud Burst #343C4A
RGB
CMYK
RGB Variations
Color information
#343C4A (or 0x343C4A) is known color: Cloud Burst. HEX triplet: 34, 3C and 4A. RGB value is (52,60,74). Sum of RGB (Red+Green+Blue) = 52+60+74=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 74 - color contains mainly: blue. Hex color #343C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C4A is #CBC3B5. Grayscale: #3B3B3B. Windows color (decimal): -13353910 or 4865076. OLE color: 4865076.
HSL color Cylindrical-coordinate representation of color #343C4A: hue angle of 218.18º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #343C4A is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 60 | 74 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.71 |
| HSL | 218.18º | 0.17% | 0.25% | - |
| HSV(B) | 218.18º | 0.3% | 0.29% | - |
| XYZ | 4.27 | 4.46 | 7.11 | - |
| YUV | 59.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 74 | 0.30 | 0.19 | 0 | 0.71 | 218.18 | 0.17 | 0.25 |
| Hex | 34 | 3C | 4A | 1E | 13 | 0 | 47 | DA | 11 | 19 |
| Octal | 64 | 74 | 112 | 36 | 23 | 0 | 107 | 332 | 21 | 31 |
| Binary | 110100 | 111100 | 1001010 | 11110 | 10011 | 0 | 1000111 | 11011010 | 10001 | 11001 |
Color Harmonies of #343C4A
Complementary color
Monochromatic Colors of #343C4A
Black with #343C4A
Text Example
Text Example
White with #343C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C4A; }
p { color: rgb(52,60,74); }
H1.HeaderClassName
{
color: #343C4A;
}
.AnyTagClassName
{
color: #343C4A;
}
</style>
background-color css
<style>
a { background-color: #343C4A; }
a { background-color: rgb(52,60,74); }
div.DivClassName
{
background-color: #343C4A;
}
.BgClassName
{
background-color: #343C4A;
}
</style>
border-color css
<style>
span { border-color: #343C4A; }
span { border-color: rgb(52,60,74); }
td.TdClassName
{
border-color: #343C4A;
}
.TagClassName
{
border-color: #343C4A;
}
</style>