Shades of Free Speech Blue #415BBE
Tints of Free Speech Blue #415BBE
RGB
CMYK
RGB Variations
Color information
#415BBE (or 0x415BBE) is known color: Free Speech Blue. HEX triplet: 41, 5B and BE. RGB value is (65,91,190). Sum of RGB (Red+Green+Blue) = 65+91+190=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #415BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415BBE is #BEA441. Grayscale: #5E5E5E. Windows color (decimal): -12493890 or 12475201. OLE color: 12475201.
HSL color Cylindrical-coordinate representation of color #415BBE: hue angle of 227.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #415BBE is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 91 | 190 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.25 |
| HSL | 227.52º | 0.49% | 0.5% | - |
| HSV(B) | 227.52º | 0.66% | 0.75% | - |
| XYZ | 15.22 | 12.32 | 50.29 | - |
| YUV | 94.51 | 181.89 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 91 | 190 | 0.66 | 0.52 | 0 | 0.25 | 227.52 | 0.49 | 0.5 |
| Hex | 41 | 5B | BE | 42 | 34 | 0 | 19 | E4 | 31 | 32 |
| Octal | 101 | 133 | 276 | 102 | 64 | 0 | 31 | 344 | 61 | 62 |
| Binary | 1000001 | 1011011 | 10111110 | 1000010 | 110100 | 0 | 11001 | 11100100 | 110001 | 110010 |
Color Harmonies of #415BBE
Complementary color
Monochromatic Colors of #415BBE
Black with #415BBE
Text Example
Text Example
White with #415BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415BBE; }
p { color: rgb(65,91,190); }
H1.HeaderClassName
{
color: #415BBE;
}
.AnyTagClassName
{
color: #415BBE;
}
</style>
background-color css
<style>
a { background-color: #415BBE; }
a { background-color: rgb(65,91,190); }
div.DivClassName
{
background-color: #415BBE;
}
.BgClassName
{
background-color: #415BBE;
}
</style>
border-color css
<style>
span { border-color: #415BBE; }
span { border-color: rgb(65,91,190); }
td.TdClassName
{
border-color: #415BBE;
}
.TagClassName
{
border-color: #415BBE;
}
</style>