Shades of Free Speech Blue #313CDC
Tints of Free Speech Blue #313CDC
RGB
CMYK
RGB Variations
Color information
#313CDC (or 0x313CDC) is known color: Free Speech Blue. HEX triplet: 31, 3C and DC. RGB value is (49,60,220). Sum of RGB (Red+Green+Blue) = 49+60+220=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #313CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313CDC is #CEC323. Grayscale: #4A4A4A. Windows color (decimal): -13550372 or 14433329. OLE color: 14433329.
HSL color Cylindrical-coordinate representation of color #313CDC: hue angle of 236.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #313CDC is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 60 | 220 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.14 |
| HSL | 236.14º | 0.71% | 0.53% | - |
| HSV(B) | 236.14º | 0.78% | 0.86% | - |
| XYZ | 15.8 | 9.05 | 68.62 | - |
| YUV | 74.95 | 209.86 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 220 | 0.78 | 0.73 | 0 | 0.14 | 236.14 | 0.71 | 0.53 |
| Hex | 31 | 3C | DC | 4E | 49 | 0 | E | EC | 47 | 35 |
| Octal | 61 | 74 | 334 | 116 | 111 | 0 | 16 | 354 | 107 | 65 |
| Binary | 110001 | 111100 | 11011100 | 1001110 | 1001001 | 0 | 1110 | 11101100 | 1000111 | 110101 |
Color Harmonies of #313CDC
Complementary color
Monochromatic Colors of #313CDC
Black with #313CDC
Text Example
Text Example
White with #313CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313CDC; }
p { color: rgb(49,60,220); }
H1.HeaderClassName
{
color: #313CDC;
}
.AnyTagClassName
{
color: #313CDC;
}
</style>
background-color css
<style>
a { background-color: #313CDC; }
a { background-color: rgb(49,60,220); }
div.DivClassName
{
background-color: #313CDC;
}
.BgClassName
{
background-color: #313CDC;
}
</style>
border-color css
<style>
span { border-color: #313CDC; }
span { border-color: rgb(49,60,220); }
td.TdClassName
{
border-color: #313CDC;
}
.TagClassName
{
border-color: #313CDC;
}
</style>