Shades of Free Speech Blue #415ECD
Tints of Free Speech Blue #415ECD
RGB
CMYK
RGB Variations
Color information
#415ECD (or 0x415ECD) is known color: Free Speech Blue. HEX triplet: 41, 5E and CD. RGB value is (65,94,205). Sum of RGB (Red+Green+Blue) = 65+94+205=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #415ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ECD is #BEA132. Grayscale: #616161. Windows color (decimal): -12493107 or 13459009. OLE color: 13459009.
HSL color Cylindrical-coordinate representation of color #415ECD: hue angle of 227.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #415ECD is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 94 | 205 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.20 |
| HSL | 227.57º | 0.58% | 0.53% | - |
| HSV(B) | 227.57º | 0.68% | 0.8% | - |
| XYZ | 17.2 | 13.54 | 59.46 | - |
| YUV | 97.98 | 188.39 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 205 | 0.68 | 0.54 | 0 | 0.20 | 227.57 | 0.58 | 0.53 |
| Hex | 41 | 5E | CD | 44 | 36 | 0 | 14 | E4 | 3A | 35 |
| Octal | 101 | 136 | 315 | 104 | 66 | 0 | 24 | 344 | 72 | 65 |
| Binary | 1000001 | 1011110 | 11001101 | 1000100 | 110110 | 0 | 10100 | 11100100 | 111010 | 110101 |
Color Harmonies of #415ECD
Complementary color
Monochromatic Colors of #415ECD
Black with #415ECD
Text Example
Text Example
White with #415ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415ECD; }
p { color: rgb(65,94,205); }
H1.HeaderClassName
{
color: #415ECD;
}
.AnyTagClassName
{
color: #415ECD;
}
</style>
background-color css
<style>
a { background-color: #415ECD; }
a { background-color: rgb(65,94,205); }
div.DivClassName
{
background-color: #415ECD;
}
.BgClassName
{
background-color: #415ECD;
}
</style>
border-color css
<style>
span { border-color: #415ECD; }
span { border-color: rgb(65,94,205); }
td.TdClassName
{
border-color: #415ECD;
}
.TagClassName
{
border-color: #415ECD;
}
</style>