Shades of Free Speech Blue #415BBD
Tints of Free Speech Blue #415BBD
RGB
CMYK
RGB Variations
Color information
#415BBD (or 0x415BBD) is known color: Free Speech Blue. HEX triplet: 41, 5B and BD. RGB value is (65,91,189). Sum of RGB (Red+Green+Blue) = 65+91+189=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #415BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415BBD is #BEA442. Grayscale: #5D5D5D. Windows color (decimal): -12493891 or 12409665. OLE color: 12409665.
HSL color Cylindrical-coordinate representation of color #415BBD: hue angle of 227.42º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #415BBD is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 91 | 189 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.26 |
| HSL | 227.42º | 0.49% | 0.5% | - |
| HSV(B) | 227.42º | 0.66% | 0.74% | - |
| XYZ | 15.11 | 12.28 | 49.72 | - |
| YUV | 94.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 91 | 189 | 0.66 | 0.52 | 0 | 0.26 | 227.42 | 0.49 | 0.5 |
| Hex | 41 | 5B | BD | 42 | 34 | 0 | 1A | E3 | 31 | 32 |
| Octal | 101 | 133 | 275 | 102 | 64 | 0 | 32 | 343 | 61 | 62 |
| Binary | 1000001 | 1011011 | 10111101 | 1000010 | 110100 | 0 | 11010 | 11100011 | 110001 | 110010 |
Color Harmonies of #415BBD
Complementary color
Monochromatic Colors of #415BBD
Black with #415BBD
Text Example
Text Example
White with #415BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415BBD; }
p { color: rgb(65,91,189); }
H1.HeaderClassName
{
color: #415BBD;
}
.AnyTagClassName
{
color: #415BBD;
}
</style>
background-color css
<style>
a { background-color: #415BBD; }
a { background-color: rgb(65,91,189); }
div.DivClassName
{
background-color: #415BBD;
}
.BgClassName
{
background-color: #415BBD;
}
</style>
border-color css
<style>
span { border-color: #415BBD; }
span { border-color: rgb(65,91,189); }
td.TdClassName
{
border-color: #415BBD;
}
.TagClassName
{
border-color: #415BBD;
}
</style>