Shades of Free Speech Blue #413DBC
Tints of Free Speech Blue #413DBC
RGB
CMYK
RGB Variations
Color information
#413DBC (or 0x413DBC) is known color: Free Speech Blue. HEX triplet: 41, 3D and BC. RGB value is (65,61,188). Sum of RGB (Red+Green+Blue) = 65+61+188=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #413DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413DBC is #BEC243. Grayscale: #4C4C4C. Windows color (decimal): -12501572 or 12336449. OLE color: 12336449.
HSL color Cylindrical-coordinate representation of color #413DBC: hue angle of 241.89º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #413DBC is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 61 | 188 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.26 |
| HSL | 241.89º | 0.51% | 0.49% | - |
| HSV(B) | 241.89º | 0.68% | 0.74% | - |
| XYZ | 12.93 | 8.09 | 48.46 | - |
| YUV | 76.67 | 190.83 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 188 | 0.65 | 0.68 | 0 | 0.26 | 241.89 | 0.51 | 0.49 |
| Hex | 41 | 3D | BC | 41 | 44 | 0 | 1A | F2 | 33 | 31 |
| Octal | 101 | 75 | 274 | 101 | 104 | 0 | 32 | 362 | 63 | 61 |
| Binary | 1000001 | 111101 | 10111100 | 1000001 | 1000100 | 0 | 11010 | 11110010 | 110011 | 110001 |
Color Harmonies of #413DBC
Complementary color
Monochromatic Colors of #413DBC
Black with #413DBC
Text Example
Text Example
White with #413DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413DBC; }
p { color: rgb(65,61,188); }
H1.HeaderClassName
{
color: #413DBC;
}
.AnyTagClassName
{
color: #413DBC;
}
</style>
background-color css
<style>
a { background-color: #413DBC; }
a { background-color: rgb(65,61,188); }
div.DivClassName
{
background-color: #413DBC;
}
.BgClassName
{
background-color: #413DBC;
}
</style>
border-color css
<style>
span { border-color: #413DBC; }
span { border-color: rgb(65,61,188); }
td.TdClassName
{
border-color: #413DBC;
}
.TagClassName
{
border-color: #413DBC;
}
</style>