Shades of Free Speech Blue #313FDE
Tints of Free Speech Blue #313FDE
RGB
CMYK
RGB Variations
Color information
#313FDE (or 0x313FDE) is known color: Free Speech Blue. HEX triplet: 31, 3F and DE. RGB value is (49,63,222). Sum of RGB (Red+Green+Blue) = 49+63+222=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #313FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FDE is #CEC021. Grayscale: #4C4C4C. Windows color (decimal): -13549602 or 14565169. OLE color: 14565169.
HSL color Cylindrical-coordinate representation of color #313FDE: hue angle of 235.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #313FDE is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 63 | 222 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.13 |
| HSL | 235.14º | 0.72% | 0.53% | - |
| HSV(B) | 235.14º | 0.78% | 0.87% | - |
| XYZ | 16.23 | 9.48 | 70.08 | - |
| YUV | 76.94 | 209.86 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 222 | 0.78 | 0.72 | 0 | 0.13 | 235.14 | 0.72 | 0.53 |
| Hex | 31 | 3F | DE | 4E | 48 | 0 | D | EB | 48 | 35 |
| Octal | 61 | 77 | 336 | 116 | 110 | 0 | 15 | 353 | 110 | 65 |
| Binary | 110001 | 111111 | 11011110 | 1001110 | 1001000 | 0 | 1101 | 11101011 | 1001000 | 110101 |
Color Harmonies of #313FDE
Complementary color
Monochromatic Colors of #313FDE
Black with #313FDE
Text Example
Text Example
White with #313FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313FDE; }
p { color: rgb(49,63,222); }
H1.HeaderClassName
{
color: #313FDE;
}
.AnyTagClassName
{
color: #313FDE;
}
</style>
background-color css
<style>
a { background-color: #313FDE; }
a { background-color: rgb(49,63,222); }
div.DivClassName
{
background-color: #313FDE;
}
.BgClassName
{
background-color: #313FDE;
}
</style>
border-color css
<style>
span { border-color: #313FDE; }
span { border-color: rgb(49,63,222); }
td.TdClassName
{
border-color: #313FDE;
}
.TagClassName
{
border-color: #313FDE;
}
</style>