Shades of Cloud Burst #313B4E
Tints of Cloud Burst #313B4E
RGB
CMYK
RGB Variations
Color information
#313B4E (or 0x313B4E) is known color: Cloud Burst. HEX triplet: 31, 3B and 4E. RGB value is (49,59,78). Sum of RGB (Red+Green+Blue) = 49+59+78=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #313B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B4E is #CEC4B1. Grayscale: #3A3A3A. Windows color (decimal): -13550770 or 5126961. OLE color: 5126961.
HSL color Cylindrical-coordinate representation of color #313B4E: hue angle of 219.31º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #313B4E is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 59 | 78 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.69 |
| HSL | 219.31º | 0.23% | 0.25% | - |
| HSV(B) | 219.31º | 0.37% | 0.31% | - |
| XYZ | 4.21 | 4.33 | 7.82 | - |
| YUV | 58.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 78 | 0.37 | 0.24 | 0 | 0.69 | 219.31 | 0.23 | 0.25 |
| Hex | 31 | 3B | 4E | 25 | 18 | 0 | 45 | DB | 17 | 19 |
| Octal | 61 | 73 | 116 | 45 | 30 | 0 | 105 | 333 | 27 | 31 |
| Binary | 110001 | 111011 | 1001110 | 100101 | 11000 | 0 | 1000101 | 11011011 | 10111 | 11001 |
Color Harmonies of #313B4E
Complementary color
Monochromatic Colors of #313B4E
Black with #313B4E
Text Example
Text Example
White with #313B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B4E; }
p { color: rgb(49,59,78); }
H1.HeaderClassName
{
color: #313B4E;
}
.AnyTagClassName
{
color: #313B4E;
}
</style>
background-color css
<style>
a { background-color: #313B4E; }
a { background-color: rgb(49,59,78); }
div.DivClassName
{
background-color: #313B4E;
}
.BgClassName
{
background-color: #313B4E;
}
</style>
border-color css
<style>
span { border-color: #313B4E; }
span { border-color: rgb(49,59,78); }
td.TdClassName
{
border-color: #313B4E;
}
.TagClassName
{
border-color: #313B4E;
}
</style>