Shades of Cloud Burst #373C4E
Tints of Cloud Burst #373C4E
RGB
CMYK
RGB Variations
Color information
#373C4E (or 0x373C4E) is known color: Cloud Burst. HEX triplet: 37, 3C and 4E. RGB value is (55,60,78). Sum of RGB (Red+Green+Blue) = 55+60+78=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #373C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C4E is #C8C3B1. Grayscale: #3C3C3C. Windows color (decimal): -13157298 or 5127223. OLE color: 5127223.
HSL color Cylindrical-coordinate representation of color #373C4E: hue angle of 226.96º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #373C4E is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 60 | 78 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.69 |
| HSL | 226.96º | 0.17% | 0.26% | - |
| HSV(B) | 226.96º | 0.29% | 0.31% | - |
| XYZ | 4.57 | 4.59 | 7.85 | - |
| YUV | 60.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 78 | 0.29 | 0.23 | 0 | 0.69 | 226.96 | 0.17 | 0.26 |
| Hex | 37 | 3C | 4E | 1D | 17 | 0 | 45 | E3 | 11 | 1A |
| Octal | 67 | 74 | 116 | 35 | 27 | 0 | 105 | 343 | 21 | 32 |
| Binary | 110111 | 111100 | 1001110 | 11101 | 10111 | 0 | 1000101 | 11100011 | 10001 | 11010 |
Color Harmonies of #373C4E
Complementary color
Monochromatic Colors of #373C4E
Black with #373C4E
Text Example
Text Example
White with #373C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C4E; }
p { color: rgb(55,60,78); }
H1.HeaderClassName
{
color: #373C4E;
}
.AnyTagClassName
{
color: #373C4E;
}
</style>
background-color css
<style>
a { background-color: #373C4E; }
a { background-color: rgb(55,60,78); }
div.DivClassName
{
background-color: #373C4E;
}
.BgClassName
{
background-color: #373C4E;
}
</style>
border-color css
<style>
span { border-color: #373C4E; }
span { border-color: rgb(55,60,78); }
td.TdClassName
{
border-color: #373C4E;
}
.TagClassName
{
border-color: #373C4E;
}
</style>