Shades of Free Speech Blue #313ADF
Tints of Free Speech Blue #313ADF
RGB
CMYK
RGB Variations
Color information
#313ADF (or 0x313ADF) is known color: Free Speech Blue. HEX triplet: 31, 3A and DF. RGB value is (49,58,223). Sum of RGB (Red+Green+Blue) = 49+58+223=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #313ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ADF is #CEC520. Grayscale: #494949. Windows color (decimal): -13550881 or 14629425. OLE color: 14629425.
HSL color Cylindrical-coordinate representation of color #313ADF: hue angle of 236.9º degrees, saturation: 0.73, 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 #313ADF is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 58 | 223 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.13 |
| HSL | 236.9º | 0.73% | 0.53% | - |
| HSV(B) | 236.9º | 0.78% | 0.87% | - |
| XYZ | 16.1 | 9.01 | 70.7 | - |
| YUV | 74.12 | 212.02 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 223 | 0.78 | 0.74 | 0 | 0.13 | 236.9 | 0.73 | 0.53 |
| Hex | 31 | 3A | DF | 4E | 4A | 0 | D | ED | 49 | 35 |
| Octal | 61 | 72 | 337 | 116 | 112 | 0 | 15 | 355 | 111 | 65 |
| Binary | 110001 | 111010 | 11011111 | 1001110 | 1001010 | 0 | 1101 | 11101101 | 1001001 | 110101 |
Color Harmonies of #313ADF
Complementary color
Monochromatic Colors of #313ADF
Black with #313ADF
Text Example
Text Example
White with #313ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313ADF; }
p { color: rgb(49,58,223); }
H1.HeaderClassName
{
color: #313ADF;
}
.AnyTagClassName
{
color: #313ADF;
}
</style>
background-color css
<style>
a { background-color: #313ADF; }
a { background-color: rgb(49,58,223); }
div.DivClassName
{
background-color: #313ADF;
}
.BgClassName
{
background-color: #313ADF;
}
</style>
border-color css
<style>
span { border-color: #313ADF; }
span { border-color: rgb(49,58,223); }
td.TdClassName
{
border-color: #313ADF;
}
.TagClassName
{
border-color: #313ADF;
}
</style>