Shades of Free Speech Blue #413EDA
Tints of Free Speech Blue #413EDA
RGB
CMYK
RGB Variations
Color information
#413EDA (or 0x413EDA) is known color: Free Speech Blue. HEX triplet: 41, 3E and DA. RGB value is (65,62,218). Sum of RGB (Red+Green+Blue) = 65+62+218=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #413EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413EDA is #BEC125. Grayscale: #505050. Windows color (decimal): -12501286 or 14302785. OLE color: 14302785.
HSL color Cylindrical-coordinate representation of color #413EDA: hue angle of 241.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #413EDA is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 62 | 218 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.15 |
| HSL | 241.15º | 0.68% | 0.55% | - |
| HSV(B) | 241.15º | 0.72% | 0.85% | - |
| XYZ | 16.56 | 9.63 | 67.32 | - |
| YUV | 80.68 | 205.49 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 218 | 0.70 | 0.72 | 0 | 0.15 | 241.15 | 0.68 | 0.55 |
| Hex | 41 | 3E | DA | 46 | 48 | 0 | F | F1 | 44 | 37 |
| Octal | 101 | 76 | 332 | 106 | 110 | 0 | 17 | 361 | 104 | 67 |
| Binary | 1000001 | 111110 | 11011010 | 1000110 | 1001000 | 0 | 1111 | 11110001 | 1000100 | 110111 |
Color Harmonies of #413EDA
Complementary color
Monochromatic Colors of #413EDA
Black with #413EDA
Text Example
Text Example
White with #413EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413EDA; }
p { color: rgb(65,62,218); }
H1.HeaderClassName
{
color: #413EDA;
}
.AnyTagClassName
{
color: #413EDA;
}
</style>
background-color css
<style>
a { background-color: #413EDA; }
a { background-color: rgb(65,62,218); }
div.DivClassName
{
background-color: #413EDA;
}
.BgClassName
{
background-color: #413EDA;
}
</style>
border-color css
<style>
span { border-color: #413EDA; }
span { border-color: rgb(65,62,218); }
td.TdClassName
{
border-color: #413EDA;
}
.TagClassName
{
border-color: #413EDA;
}
</style>