Shades of Cloud Burst #374053
Tints of Cloud Burst #374053
RGB
CMYK
RGB Variations
Color information
#374053 (or 0x374053) is known color: Cloud Burst. HEX triplet: 37, 40 and 53. RGB value is (55,64,83). Sum of RGB (Red+Green+Blue) = 55+64+83=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #374053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374053 is #C8BFAC. Grayscale: #3F3F3F. Windows color (decimal): -13156269 or 5455927. OLE color: 5455927.
HSL color Cylindrical-coordinate representation of color #374053: hue angle of 220.71º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #374053 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 64 | 83 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.67 |
| HSL | 220.71º | 0.2% | 0.27% | - |
| HSV(B) | 220.71º | 0.34% | 0.33% | - |
| XYZ | 4.97 | 5.1 | 8.91 | - |
| YUV | 63.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 83 | 0.34 | 0.23 | 0 | 0.67 | 220.71 | 0.2 | 0.27 |
| Hex | 37 | 40 | 53 | 22 | 17 | 0 | 43 | DD | 14 | 1B |
| Octal | 67 | 100 | 123 | 42 | 27 | 0 | 103 | 335 | 24 | 33 |
| Binary | 110111 | 1000000 | 1010011 | 100010 | 10111 | 0 | 1000011 | 11011101 | 10100 | 11011 |
Color Harmonies of #374053
Complementary color
Monochromatic Colors of #374053
Black with #374053
Text Example
Text Example
White with #374053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374053; }
p { color: rgb(55,64,83); }
H1.HeaderClassName
{
color: #374053;
}
.AnyTagClassName
{
color: #374053;
}
</style>
background-color css
<style>
a { background-color: #374053; }
a { background-color: rgb(55,64,83); }
div.DivClassName
{
background-color: #374053;
}
.BgClassName
{
background-color: #374053;
}
</style>
border-color css
<style>
span { border-color: #374053; }
span { border-color: rgb(55,64,83); }
td.TdClassName
{
border-color: #374053;
}
.TagClassName
{
border-color: #374053;
}
</style>