Shades of Free Speech Blue #415DBA
Tints of Free Speech Blue #415DBA
RGB
CMYK
RGB Variations
Color information
#415DBA (or 0x415DBA) is known color: Free Speech Blue. HEX triplet: 41, 5D and BA. RGB value is (65,93,186). Sum of RGB (Red+Green+Blue) = 65+93+186=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #415DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415DBA is #BEA245. Grayscale: #5E5E5E. Windows color (decimal): -12493382 or 12213569. OLE color: 12213569.
HSL color Cylindrical-coordinate representation of color #415DBA: hue angle of 226.12º 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 #415DBA is Cyan = 0.65, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 93 | 186 | - |
| CMYK | 0.65 | 0.5 | 0 | 0.27 |
| HSL | 226.12º | 0.48% | 0.49% | - |
| HSV(B) | 226.12º | 0.65% | 0.73% | - |
| XYZ | 14.96 | 12.5 | 48.08 | - |
| YUV | 95.23 | 179.22 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 186 | 0.65 | 0.5 | 0 | 0.27 | 226.12 | 0.48 | 0.49 |
| Hex | 41 | 5D | BA | 41 | 32 | 0 | 1B | E2 | 30 | 31 |
| Octal | 101 | 135 | 272 | 101 | 62 | 0 | 33 | 342 | 60 | 61 |
| Binary | 1000001 | 1011101 | 10111010 | 1000001 | 110010 | 0 | 11011 | 11100010 | 110000 | 110001 |
Color Harmonies of #415DBA
Complementary color
Monochromatic Colors of #415DBA
Black with #415DBA
Text Example
Text Example
White with #415DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415DBA; }
p { color: rgb(65,93,186); }
H1.HeaderClassName
{
color: #415DBA;
}
.AnyTagClassName
{
color: #415DBA;
}
</style>
background-color css
<style>
a { background-color: #415DBA; }
a { background-color: rgb(65,93,186); }
div.DivClassName
{
background-color: #415DBA;
}
.BgClassName
{
background-color: #415DBA;
}
</style>
border-color css
<style>
span { border-color: #415DBA; }
span { border-color: rgb(65,93,186); }
td.TdClassName
{
border-color: #415DBA;
}
.TagClassName
{
border-color: #415DBA;
}
</style>