Shades of Free Speech Blue #313ADC
Tints of Free Speech Blue #313ADC
RGB
CMYK
RGB Variations
Color information
#313ADC (or 0x313ADC) is known color: Free Speech Blue. HEX triplet: 31, 3A and DC. RGB value is (49,58,220). Sum of RGB (Red+Green+Blue) = 49+58+220=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #313ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ADC is #CEC523. Grayscale: #494949. Windows color (decimal): -13550884 or 14432817. OLE color: 14432817.
HSL color Cylindrical-coordinate representation of color #313ADC: hue angle of 236.84º 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 #313ADC is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 58 | 220 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.14 |
| HSL | 236.84º | 0.71% | 0.53% | - |
| HSV(B) | 236.84º | 0.78% | 0.86% | - |
| XYZ | 15.7 | 8.85 | 68.59 | - |
| YUV | 73.78 | 210.52 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 220 | 0.78 | 0.74 | 0 | 0.14 | 236.84 | 0.71 | 0.53 |
| Hex | 31 | 3A | DC | 4E | 4A | 0 | E | ED | 47 | 35 |
| Octal | 61 | 72 | 334 | 116 | 112 | 0 | 16 | 355 | 107 | 65 |
| Binary | 110001 | 111010 | 11011100 | 1001110 | 1001010 | 0 | 1110 | 11101101 | 1000111 | 110101 |
Color Harmonies of #313ADC
Complementary color
Monochromatic Colors of #313ADC
Black with #313ADC
Text Example
Text Example
White with #313ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313ADC; }
p { color: rgb(49,58,220); }
H1.HeaderClassName
{
color: #313ADC;
}
.AnyTagClassName
{
color: #313ADC;
}
</style>
background-color css
<style>
a { background-color: #313ADC; }
a { background-color: rgb(49,58,220); }
div.DivClassName
{
background-color: #313ADC;
}
.BgClassName
{
background-color: #313ADC;
}
</style>
border-color css
<style>
span { border-color: #313ADC; }
span { border-color: rgb(49,58,220); }
td.TdClassName
{
border-color: #313ADC;
}
.TagClassName
{
border-color: #313ADC;
}
</style>