Shades of Free Speech Blue #413BDD
Tints of Free Speech Blue #413BDD
RGB
CMYK
RGB Variations
Color information
#413BDD (or 0x413BDD) is known color: Free Speech Blue. HEX triplet: 41, 3B and DD. RGB value is (65,59,221). Sum of RGB (Red+Green+Blue) = 65+59+221=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #413BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BDD is #BEC422. Grayscale: #4E4E4E. Windows color (decimal): -12502051 or 14498625. OLE color: 14498625.
HSL color Cylindrical-coordinate representation of color #413BDD: hue angle of 242.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #413BDD is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 59 | 221 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.13 |
| HSL | 242.22º | 0.7% | 0.55% | - |
| HSV(B) | 242.22º | 0.73% | 0.87% | - |
| XYZ | 16.8 | 9.47 | 69.35 | - |
| YUV | 79.26 | 207.99 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 221 | 0.71 | 0.73 | 0 | 0.13 | 242.22 | 0.7 | 0.55 |
| Hex | 41 | 3B | DD | 47 | 49 | 0 | D | F2 | 46 | 37 |
| Octal | 101 | 73 | 335 | 107 | 111 | 0 | 15 | 362 | 106 | 67 |
| Binary | 1000001 | 111011 | 11011101 | 1000111 | 1001001 | 0 | 1101 | 11110010 | 1000110 | 110111 |
Color Harmonies of #413BDD
Complementary color
Monochromatic Colors of #413BDD
Black with #413BDD
Text Example
Text Example
White with #413BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413BDD; }
p { color: rgb(65,59,221); }
H1.HeaderClassName
{
color: #413BDD;
}
.AnyTagClassName
{
color: #413BDD;
}
</style>
background-color css
<style>
a { background-color: #413BDD; }
a { background-color: rgb(65,59,221); }
div.DivClassName
{
background-color: #413BDD;
}
.BgClassName
{
background-color: #413BDD;
}
</style>
border-color css
<style>
span { border-color: #413BDD; }
span { border-color: rgb(65,59,221); }
td.TdClassName
{
border-color: #413BDD;
}
.TagClassName
{
border-color: #413BDD;
}
</style>