Shades of Free Speech Blue #313BE0
Tints of Free Speech Blue #313BE0
RGB
CMYK
RGB Variations
Color information
#313BE0 (or 0x313BE0) is known color: Free Speech Blue. HEX triplet: 31, 3B and E0. RGB value is (49,59,224). Sum of RGB (Red+Green+Blue) = 49+59+224=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #313BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BE0 is #CEC41F. Grayscale: #4A4A4A. Windows color (decimal): -13550624 or 14695217. OLE color: 14695217.
HSL color Cylindrical-coordinate representation of color #313BE0: hue angle of 236.57º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #313BE0 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 59 | 224 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.12 |
| HSL | 236.57º | 0.74% | 0.54% | - |
| HSV(B) | 236.57º | 0.78% | 0.88% | - |
| XYZ | 16.29 | 9.16 | 71.43 | - |
| YUV | 74.82 | 212.19 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 224 | 0.78 | 0.74 | 0 | 0.12 | 236.57 | 0.74 | 0.54 |
| Hex | 31 | 3B | E0 | 4E | 4A | 0 | C | ED | 4A | 36 |
| Octal | 61 | 73 | 340 | 116 | 112 | 0 | 14 | 355 | 112 | 66 |
| Binary | 110001 | 111011 | 11100000 | 1001110 | 1001010 | 0 | 1100 | 11101101 | 1001010 | 110110 |
Color Harmonies of #313BE0
Complementary color
Monochromatic Colors of #313BE0
Black with #313BE0
Text Example
Text Example
White with #313BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BE0; }
p { color: rgb(49,59,224); }
H1.HeaderClassName
{
color: #313BE0;
}
.AnyTagClassName
{
color: #313BE0;
}
</style>
background-color css
<style>
a { background-color: #313BE0; }
a { background-color: rgb(49,59,224); }
div.DivClassName
{
background-color: #313BE0;
}
.BgClassName
{
background-color: #313BE0;
}
</style>
border-color css
<style>
span { border-color: #313BE0; }
span { border-color: rgb(49,59,224); }
td.TdClassName
{
border-color: #313BE0;
}
.TagClassName
{
border-color: #313BE0;
}
</style>