Shades of Cloud Burst #313A4E
Tints of Cloud Burst #313A4E
RGB
CMYK
RGB Variations
Color information
#313A4E (or 0x313A4E) is known color: Cloud Burst. HEX triplet: 31, 3A and 4E. RGB value is (49,58,78). Sum of RGB (Red+Green+Blue) = 49+58+78=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #313A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A4E is #CEC5B1. Grayscale: #393939. Windows color (decimal): -13551026 or 5126705. OLE color: 5126705.
HSL color Cylindrical-coordinate representation of color #313A4E: hue angle of 221.38º 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 #313A4E is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 58 | 78 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.69 |
| HSL | 221.38º | 0.23% | 0.25% | - |
| HSV(B) | 221.38º | 0.37% | 0.31% | - |
| XYZ | 4.15 | 4.23 | 7.81 | - |
| YUV | 57.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 78 | 0.37 | 0.26 | 0 | 0.69 | 221.38 | 0.23 | 0.25 |
| Hex | 31 | 3A | 4E | 25 | 1A | 0 | 45 | DD | 17 | 19 |
| Octal | 61 | 72 | 116 | 45 | 32 | 0 | 105 | 335 | 27 | 31 |
| Binary | 110001 | 111010 | 1001110 | 100101 | 11010 | 0 | 1000101 | 11011101 | 10111 | 11001 |
Color Harmonies of #313A4E
Complementary color
Monochromatic Colors of #313A4E
Black with #313A4E
Text Example
Text Example
White with #313A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A4E; }
p { color: rgb(49,58,78); }
H1.HeaderClassName
{
color: #313A4E;
}
.AnyTagClassName
{
color: #313A4E;
}
</style>
background-color css
<style>
a { background-color: #313A4E; }
a { background-color: rgb(49,58,78); }
div.DivClassName
{
background-color: #313A4E;
}
.BgClassName
{
background-color: #313A4E;
}
</style>
border-color css
<style>
span { border-color: #313A4E; }
span { border-color: rgb(49,58,78); }
td.TdClassName
{
border-color: #313A4E;
}
.TagClassName
{
border-color: #313A4E;
}
</style>