Shades of Free Speech Blue #515EC3
Tints of Free Speech Blue #515EC3
RGB
CMYK
RGB Variations
Color information
#515EC3 (or 0x515EC3) is known color: Free Speech Blue. HEX triplet: 51, 5E and C3. RGB value is (81,94,195). Sum of RGB (Red+Green+Blue) = 81+94+195=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 195 (76.56% from 255 or 52.70% from 370); Max value from RGB is 195 - color contains mainly: blue. Hex color #515EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EC3 is #AEA13C. Grayscale: #656565. Windows color (decimal): -11444541 or 12803665. OLE color: 12803665.
HSL color Cylindrical-coordinate representation of color #515EC3: hue angle of 233.16º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #515EC3 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 94 | 195 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.24 |
| HSL | 233.16º | 0.49% | 0.54% | - |
| HSV(B) | 233.16º | 0.58% | 0.76% | - |
| XYZ | 17.25 | 13.69 | 53.36 | - |
| YUV | 101.63 | 180.69 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 195 | 0.58 | 0.52 | 0 | 0.24 | 233.16 | 0.49 | 0.54 |
| Hex | 51 | 5E | C3 | 3A | 34 | 0 | 18 | E9 | 31 | 36 |
| Octal | 121 | 136 | 303 | 72 | 64 | 0 | 30 | 351 | 61 | 66 |
| Binary | 1010001 | 1011110 | 11000011 | 111010 | 110100 | 0 | 11000 | 11101001 | 110001 | 110110 |
Color Harmonies of #515EC3
Complementary color
Monochromatic Colors of #515EC3
Black with #515EC3
Text Example
Text Example
White with #515EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515EC3; }
p { color: rgb(81,94,195); }
H1.HeaderClassName
{
color: #515EC3;
}
.AnyTagClassName
{
color: #515EC3;
}
</style>
background-color css
<style>
a { background-color: #515EC3; }
a { background-color: rgb(81,94,195); }
div.DivClassName
{
background-color: #515EC3;
}
.BgClassName
{
background-color: #515EC3;
}
</style>
border-color css
<style>
span { border-color: #515EC3; }
span { border-color: rgb(81,94,195); }
td.TdClassName
{
border-color: #515EC3;
}
.TagClassName
{
border-color: #515EC3;
}
</style>