Shades of Free Speech Blue #415FBA
Tints of Free Speech Blue #415FBA
RGB
CMYK
RGB Variations
Color information
#415FBA (or 0x415FBA) is known color: Free Speech Blue. HEX triplet: 41, 5F and BA. RGB value is (65,95,186). Sum of RGB (Red+Green+Blue) = 65+95+186=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #415FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415FBA is #BEA045. Grayscale: #606060. Windows color (decimal): -12492870 or 12214081. OLE color: 12214081.
HSL color Cylindrical-coordinate representation of color #415FBA: hue angle of 225.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 #415FBA is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 95 | 186 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.27 |
| HSL | 225.12º | 0.48% | 0.49% | - |
| HSV(B) | 225.12º | 0.65% | 0.73% | - |
| XYZ | 15.14 | 12.85 | 48.14 | - |
| YUV | 96.4 | 178.56 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 186 | 0.65 | 0.49 | 0 | 0.27 | 225.12 | 0.48 | 0.49 |
| Hex | 41 | 5F | BA | 41 | 31 | 0 | 1B | E1 | 30 | 31 |
| Octal | 101 | 137 | 272 | 101 | 61 | 0 | 33 | 341 | 60 | 61 |
| Binary | 1000001 | 1011111 | 10111010 | 1000001 | 110001 | 0 | 11011 | 11100001 | 110000 | 110001 |
Color Harmonies of #415FBA
Complementary color
Monochromatic Colors of #415FBA
Black with #415FBA
Text Example
Text Example
White with #415FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415FBA; }
p { color: rgb(65,95,186); }
H1.HeaderClassName
{
color: #415FBA;
}
.AnyTagClassName
{
color: #415FBA;
}
</style>
background-color css
<style>
a { background-color: #415FBA; }
a { background-color: rgb(65,95,186); }
div.DivClassName
{
background-color: #415FBA;
}
.BgClassName
{
background-color: #415FBA;
}
</style>
border-color css
<style>
span { border-color: #415FBA; }
span { border-color: rgb(65,95,186); }
td.TdClassName
{
border-color: #415FBA;
}
.TagClassName
{
border-color: #415FBA;
}
</style>