Shades of Cloud Burst #343D4C
Tints of Cloud Burst #343D4C
RGB
CMYK
RGB Variations
Color information
#343D4C (or 0x343D4C) is known color: Cloud Burst. HEX triplet: 34, 3D and 4C. RGB value is (52,61,76). Sum of RGB (Red+Green+Blue) = 52+61+76=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: blue. Hex color #343D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D4C is #CBC2B3. Grayscale: #3B3B3B. Windows color (decimal): -13353652 or 4996404. OLE color: 4996404.
HSL color Cylindrical-coordinate representation of color #343D4C: hue angle of 217.5º 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 #343D4C is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 61 | 76 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.70 |
| HSL | 217.5º | 0.19% | 0.25% | - |
| HSV(B) | 217.5º | 0.32% | 0.3% | - |
| XYZ | 4.39 | 4.59 | 7.49 | - |
| YUV | 60.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 76 | 0.32 | 0.20 | 0 | 0.70 | 217.5 | 0.19 | 0.25 |
| Hex | 34 | 3D | 4C | 20 | 14 | 0 | 46 | DA | 13 | 19 |
| Octal | 64 | 75 | 114 | 40 | 24 | 0 | 106 | 332 | 23 | 31 |
| Binary | 110100 | 111101 | 1001100 | 100000 | 10100 | 0 | 1000110 | 11011010 | 10011 | 11001 |
Color Harmonies of #343D4C
Complementary color
Monochromatic Colors of #343D4C
Black with #343D4C
Text Example
Text Example
White with #343D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D4C; }
p { color: rgb(52,61,76); }
H1.HeaderClassName
{
color: #343D4C;
}
.AnyTagClassName
{
color: #343D4C;
}
</style>
background-color css
<style>
a { background-color: #343D4C; }
a { background-color: rgb(52,61,76); }
div.DivClassName
{
background-color: #343D4C;
}
.BgClassName
{
background-color: #343D4C;
}
</style>
border-color css
<style>
span { border-color: #343D4C; }
span { border-color: rgb(52,61,76); }
td.TdClassName
{
border-color: #343D4C;
}
.TagClassName
{
border-color: #343D4C;
}
</style>