Shades of Free Speech Blue #413ABA
Tints of Free Speech Blue #413ABA
RGB
CMYK
RGB Variations
Color information
#413ABA (or 0x413ABA) is known color: Free Speech Blue. HEX triplet: 41, 3A and BA. RGB value is (65,58,186). Sum of RGB (Red+Green+Blue) = 65+58+186=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #413ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ABA is #BEC545. Grayscale: #4A4A4A. Windows color (decimal): -12502342 or 12204609. OLE color: 12204609.
HSL color Cylindrical-coordinate representation of color #413ABA: hue angle of 243.28º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #413ABA is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 58 | 186 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.27 |
| HSL | 243.28º | 0.52% | 0.48% | - |
| HSV(B) | 243.28º | 0.69% | 0.73% | - |
| XYZ | 12.56 | 7.7 | 47.28 | - |
| YUV | 74.69 | 190.82 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 186 | 0.65 | 0.69 | 0 | 0.27 | 243.28 | 0.52 | 0.48 |
| Hex | 41 | 3A | BA | 41 | 45 | 0 | 1B | F3 | 34 | 30 |
| Octal | 101 | 72 | 272 | 101 | 105 | 0 | 33 | 363 | 64 | 60 |
| Binary | 1000001 | 111010 | 10111010 | 1000001 | 1000101 | 0 | 11011 | 11110011 | 110100 | 110000 |
Color Harmonies of #413ABA
Complementary color
Monochromatic Colors of #413ABA
Black with #413ABA
Text Example
Text Example
White with #413ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413ABA; }
p { color: rgb(65,58,186); }
H1.HeaderClassName
{
color: #413ABA;
}
.AnyTagClassName
{
color: #413ABA;
}
</style>
background-color css
<style>
a { background-color: #413ABA; }
a { background-color: rgb(65,58,186); }
div.DivClassName
{
background-color: #413ABA;
}
.BgClassName
{
background-color: #413ABA;
}
</style>
border-color css
<style>
span { border-color: #413ABA; }
span { border-color: rgb(65,58,186); }
td.TdClassName
{
border-color: #413ABA;
}
.TagClassName
{
border-color: #413ABA;
}
</style>