Shades of Free Speech Blue #313CDD
Tints of Free Speech Blue #313CDD
RGB
CMYK
RGB Variations
Color information
#313CDD (or 0x313CDD) is known color: Free Speech Blue. HEX triplet: 31, 3C and DD. RGB value is (49,60,221). Sum of RGB (Red+Green+Blue) = 49+60+221=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #313CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313CDD is #CEC322. Grayscale: #4A4A4A. Windows color (decimal): -13550371 or 14498865. OLE color: 14498865.
HSL color Cylindrical-coordinate representation of color #313CDD: hue angle of 236.16º 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 #313CDD is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 60 | 221 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.13 |
| HSL | 236.16º | 0.72% | 0.53% | - |
| HSV(B) | 236.16º | 0.78% | 0.87% | - |
| XYZ | 15.93 | 9.11 | 69.32 | - |
| YUV | 75.07 | 210.36 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 221 | 0.78 | 0.73 | 0 | 0.13 | 236.16 | 0.72 | 0.53 |
| Hex | 31 | 3C | DD | 4E | 49 | 0 | D | EC | 48 | 35 |
| Octal | 61 | 74 | 335 | 116 | 111 | 0 | 15 | 354 | 110 | 65 |
| Binary | 110001 | 111100 | 11011101 | 1001110 | 1001001 | 0 | 1101 | 11101100 | 1001000 | 110101 |
Color Harmonies of #313CDD
Complementary color
Monochromatic Colors of #313CDD
Black with #313CDD
Text Example
Text Example
White with #313CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313CDD; }
p { color: rgb(49,60,221); }
H1.HeaderClassName
{
color: #313CDD;
}
.AnyTagClassName
{
color: #313CDD;
}
</style>
background-color css
<style>
a { background-color: #313CDD; }
a { background-color: rgb(49,60,221); }
div.DivClassName
{
background-color: #313CDD;
}
.BgClassName
{
background-color: #313CDD;
}
</style>
border-color css
<style>
span { border-color: #313CDD; }
span { border-color: rgb(49,60,221); }
td.TdClassName
{
border-color: #313CDD;
}
.TagClassName
{
border-color: #313CDD;
}
</style>