Shades of Cloud Burst #373B4B
Tints of Cloud Burst #373B4B
RGB
CMYK
RGB Variations
Color information
#373B4B (or 0x373B4B) is known color: Cloud Burst. HEX triplet: 37, 3B and 4B. RGB value is (55,59,75). Sum of RGB (Red+Green+Blue) = 55+59+75=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #373B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373B4B is #C8C4B4. Grayscale: #3B3B3B. Windows color (decimal): -13157557 or 4930359. OLE color: 4930359.
HSL color Cylindrical-coordinate representation of color #373B4B: hue angle of 228º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #373B4B is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 59 | 75 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.71 |
| HSL | 228º | 0.15% | 0.25% | - |
| HSV(B) | 228º | 0.27% | 0.29% | - |
| XYZ | 4.41 | 4.45 | 7.28 | - |
| YUV | 59.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 75 | 0.27 | 0.21 | 0 | 0.71 | 228 | 0.15 | 0.25 |
| Hex | 37 | 3B | 4B | 1B | 15 | 0 | 47 | E4 | F | 19 |
| Octal | 67 | 73 | 113 | 33 | 25 | 0 | 107 | 344 | 17 | 31 |
| Binary | 110111 | 111011 | 1001011 | 11011 | 10101 | 0 | 1000111 | 11100100 | 1111 | 11001 |
Color Harmonies of #373B4B
Complementary color
Monochromatic Colors of #373B4B
Black with #373B4B
Text Example
Text Example
White with #373B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373B4B; }
p { color: rgb(55,59,75); }
H1.HeaderClassName
{
color: #373B4B;
}
.AnyTagClassName
{
color: #373B4B;
}
</style>
background-color css
<style>
a { background-color: #373B4B; }
a { background-color: rgb(55,59,75); }
div.DivClassName
{
background-color: #373B4B;
}
.BgClassName
{
background-color: #373B4B;
}
</style>
border-color css
<style>
span { border-color: #373B4B; }
span { border-color: rgb(55,59,75); }
td.TdClassName
{
border-color: #373B4B;
}
.TagClassName
{
border-color: #373B4B;
}
</style>