Shades of Free Speech Blue #313CDE
Tints of Free Speech Blue #313CDE
RGB
CMYK
RGB Variations
Color information
#313CDE (or 0x313CDE) is known color: Free Speech Blue. HEX triplet: 31, 3C and DE. RGB value is (49,60,222). Sum of RGB (Red+Green+Blue) = 49+60+222=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #313CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313CDE is #CEC321. Grayscale: #4A4A4A. Windows color (decimal): -13550370 or 14564401. OLE color: 14564401.
HSL color Cylindrical-coordinate representation of color #313CDE: hue angle of 236.18º 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 #313CDE is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 60 | 222 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.13 |
| HSL | 236.19º | 0.72% | 0.53% | - |
| HSV(B) | 236.19º | 0.78% | 0.87% | - |
| XYZ | 16.07 | 9.16 | 70.03 | - |
| YUV | 75.18 | 210.86 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 222 | 0.78 | 0.73 | 0 | 0.13 | 236.19 | 0.72 | 0.53 |
| Hex | 31 | 3C | DE | 4E | 49 | 0 | D | EC | 48 | 35 |
| Octal | 61 | 74 | 336 | 116 | 111 | 0 | 15 | 354 | 110 | 65 |
| Binary | 110001 | 111100 | 11011110 | 1001110 | 1001001 | 0 | 1101 | 11101100 | 1001000 | 110101 |
Color Harmonies of #313CDE
Complementary color
Monochromatic Colors of #313CDE
Black with #313CDE
Text Example
Text Example
White with #313CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313CDE; }
p { color: rgb(49,60,222); }
H1.HeaderClassName
{
color: #313CDE;
}
.AnyTagClassName
{
color: #313CDE;
}
</style>
background-color css
<style>
a { background-color: #313CDE; }
a { background-color: rgb(49,60,222); }
div.DivClassName
{
background-color: #313CDE;
}
.BgClassName
{
background-color: #313CDE;
}
</style>
border-color css
<style>
span { border-color: #313CDE; }
span { border-color: rgb(49,60,222); }
td.TdClassName
{
border-color: #313CDE;
}
.TagClassName
{
border-color: #313CDE;
}
</style>