Shades of Free Speech Blue #313FCF
Tints of Free Speech Blue #313FCF
RGB
CMYK
RGB Variations
Color information
#313FCF (or 0x313FCF) is known color: Free Speech Blue. HEX triplet: 31, 3F and CF. RGB value is (49,63,207). Sum of RGB (Red+Green+Blue) = 49+63+207=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #313FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FCF is #CEC030. Grayscale: #4A4A4A. Windows color (decimal): -13549617 or 13582129. OLE color: 13582129.
HSL color Cylindrical-coordinate representation of color #313FCF: hue angle of 234.68º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #313FCF is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 63 | 207 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.19 |
| HSL | 234.68º | 0.62% | 0.5% | - |
| HSV(B) | 234.68º | 0.76% | 0.81% | - |
| XYZ | 14.31 | 8.71 | 59.96 | - |
| YUV | 75.23 | 202.36 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 207 | 0.76 | 0.70 | 0 | 0.19 | 234.68 | 0.62 | 0.5 |
| Hex | 31 | 3F | CF | 4C | 46 | 0 | 13 | EB | 3E | 32 |
| Octal | 61 | 77 | 317 | 114 | 106 | 0 | 23 | 353 | 76 | 62 |
| Binary | 110001 | 111111 | 11001111 | 1001100 | 1000110 | 0 | 10011 | 11101011 | 111110 | 110010 |
Color Harmonies of #313FCF
Complementary color
Monochromatic Colors of #313FCF
Black with #313FCF
Text Example
Text Example
White with #313FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313FCF; }
p { color: rgb(49,63,207); }
H1.HeaderClassName
{
color: #313FCF;
}
.AnyTagClassName
{
color: #313FCF;
}
</style>
background-color css
<style>
a { background-color: #313FCF; }
a { background-color: rgb(49,63,207); }
div.DivClassName
{
background-color: #313FCF;
}
.BgClassName
{
background-color: #313FCF;
}
</style>
border-color css
<style>
span { border-color: #313FCF; }
span { border-color: rgb(49,63,207); }
td.TdClassName
{
border-color: #313FCF;
}
.TagClassName
{
border-color: #313FCF;
}
</style>