Shades of Free Speech Blue #413CBA
Tints of Free Speech Blue #413CBA
RGB
CMYK
RGB Variations
Color information
#413CBA (or 0x413CBA) is known color: Free Speech Blue. HEX triplet: 41, 3C and BA. RGB value is (65,60,186). Sum of RGB (Red+Green+Blue) = 65+60+186=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #413CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CBA is #BEC345. Grayscale: #4B4B4B. Windows color (decimal): -12501830 or 12205121. OLE color: 12205121.
HSL color Cylindrical-coordinate representation of color #413CBA: hue angle of 242.38º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #413CBA is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 60 | 186 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.27 |
| HSL | 242.38º | 0.51% | 0.48% | - |
| HSV(B) | 242.38º | 0.68% | 0.73% | - |
| XYZ | 12.66 | 7.9 | 47.31 | - |
| YUV | 75.86 | 190.16 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 186 | 0.65 | 0.68 | 0 | 0.27 | 242.38 | 0.51 | 0.48 |
| Hex | 41 | 3C | BA | 41 | 44 | 0 | 1B | F2 | 33 | 30 |
| Octal | 101 | 74 | 272 | 101 | 104 | 0 | 33 | 362 | 63 | 60 |
| Binary | 1000001 | 111100 | 10111010 | 1000001 | 1000100 | 0 | 11011 | 11110010 | 110011 | 110000 |
Color Harmonies of #413CBA
Complementary color
Monochromatic Colors of #413CBA
Black with #413CBA
Text Example
Text Example
White with #413CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413CBA; }
p { color: rgb(65,60,186); }
H1.HeaderClassName
{
color: #413CBA;
}
.AnyTagClassName
{
color: #413CBA;
}
</style>
background-color css
<style>
a { background-color: #413CBA; }
a { background-color: rgb(65,60,186); }
div.DivClassName
{
background-color: #413CBA;
}
.BgClassName
{
background-color: #413CBA;
}
</style>
border-color css
<style>
span { border-color: #413CBA; }
span { border-color: rgb(65,60,186); }
td.TdClassName
{
border-color: #413CBA;
}
.TagClassName
{
border-color: #413CBA;
}
</style>