Shades of Free Speech Blue #415DBB
Tints of Free Speech Blue #415DBB
RGB
CMYK
RGB Variations
Color information
#415DBB (or 0x415DBB) is known color: Free Speech Blue. HEX triplet: 41, 5D and BB. RGB value is (65,93,187). Sum of RGB (Red+Green+Blue) = 65+93+187=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #415DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415DBB is #BEA244. Grayscale: #5E5E5E. Windows color (decimal): -12493381 or 12279105. OLE color: 12279105.
HSL color Cylindrical-coordinate representation of color #415DBB: hue angle of 226.23º 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 #415DBB is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 93 | 187 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.27 |
| HSL | 226.23º | 0.48% | 0.49% | - |
| HSV(B) | 226.23º | 0.65% | 0.73% | - |
| XYZ | 15.06 | 12.54 | 48.64 | - |
| YUV | 95.34 | 179.72 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 187 | 0.65 | 0.50 | 0 | 0.27 | 226.23 | 0.48 | 0.49 |
| Hex | 41 | 5D | BB | 41 | 32 | 0 | 1B | E2 | 30 | 31 |
| Octal | 101 | 135 | 273 | 101 | 62 | 0 | 33 | 342 | 60 | 61 |
| Binary | 1000001 | 1011101 | 10111011 | 1000001 | 110010 | 0 | 11011 | 11100010 | 110000 | 110001 |
Color Harmonies of #415DBB
Complementary color
Monochromatic Colors of #415DBB
Black with #415DBB
Text Example
Text Example
White with #415DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415DBB; }
p { color: rgb(65,93,187); }
H1.HeaderClassName
{
color: #415DBB;
}
.AnyTagClassName
{
color: #415DBB;
}
</style>
background-color css
<style>
a { background-color: #415DBB; }
a { background-color: rgb(65,93,187); }
div.DivClassName
{
background-color: #415DBB;
}
.BgClassName
{
background-color: #415DBB;
}
</style>
border-color css
<style>
span { border-color: #415DBB; }
span { border-color: rgb(65,93,187); }
td.TdClassName
{
border-color: #415DBB;
}
.TagClassName
{
border-color: #415DBB;
}
</style>