Shades of Free Speech Blue #415EBA
Tints of Free Speech Blue #415EBA
RGB
CMYK
RGB Variations
Color information
#415EBA (or 0x415EBA) is known color: Free Speech Blue. HEX triplet: 41, 5E and BA. RGB value is (65,94,186). Sum of RGB (Red+Green+Blue) = 65+94+186=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #415EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415EBA is #BEA145. Grayscale: #5F5F5F. Windows color (decimal): -12493126 or 12213825. OLE color: 12213825.
HSL color Cylindrical-coordinate representation of color #415EBA: hue angle of 225.62º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #415EBA is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 94 | 186 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.27 |
| HSL | 225.62º | 0.48% | 0.49% | - |
| HSV(B) | 225.62º | 0.65% | 0.73% | - |
| XYZ | 15.05 | 12.67 | 48.11 | - |
| YUV | 95.82 | 178.89 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 186 | 0.65 | 0.49 | 0 | 0.27 | 225.62 | 0.48 | 0.49 |
| Hex | 41 | 5E | BA | 41 | 31 | 0 | 1B | E2 | 30 | 31 |
| Octal | 101 | 136 | 272 | 101 | 61 | 0 | 33 | 342 | 60 | 61 |
| Binary | 1000001 | 1011110 | 10111010 | 1000001 | 110001 | 0 | 11011 | 11100010 | 110000 | 110001 |
Color Harmonies of #415EBA
Complementary color
Monochromatic Colors of #415EBA
Black with #415EBA
Text Example
Text Example
White with #415EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415EBA; }
p { color: rgb(65,94,186); }
H1.HeaderClassName
{
color: #415EBA;
}
.AnyTagClassName
{
color: #415EBA;
}
</style>
background-color css
<style>
a { background-color: #415EBA; }
a { background-color: rgb(65,94,186); }
div.DivClassName
{
background-color: #415EBA;
}
.BgClassName
{
background-color: #415EBA;
}
</style>
border-color css
<style>
span { border-color: #415EBA; }
span { border-color: rgb(65,94,186); }
td.TdClassName
{
border-color: #415EBA;
}
.TagClassName
{
border-color: #415EBA;
}
</style>