Shades of Free Speech Blue #413EB2
Tints of Free Speech Blue #413EB2
RGB
CMYK
RGB Variations
Color information
#413EB2 (or 0x413EB2) is known color: Free Speech Blue. HEX triplet: 41, 3E and B2. RGB value is (65,62,178). Sum of RGB (Red+Green+Blue) = 65+62+178=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #413EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413EB2 is #BEC14D. Grayscale: #4B4B4B. Windows color (decimal): -12501326 or 11681345. OLE color: 11681345.
HSL color Cylindrical-coordinate representation of color #413EB2: hue angle of 241.55º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413EB2 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 62 | 178 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.30 |
| HSL | 241.55º | 0.48% | 0.47% | - |
| HSV(B) | 241.55º | 0.65% | 0.7% | - |
| XYZ | 11.94 | 7.78 | 42.99 | - |
| YUV | 76.12 | 185.49 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 178 | 0.63 | 0.65 | 0 | 0.30 | 241.55 | 0.48 | 0.47 |
| Hex | 41 | 3E | B2 | 3F | 41 | 0 | 1E | F2 | 30 | 2F |
| Octal | 101 | 76 | 262 | 77 | 101 | 0 | 36 | 362 | 60 | 57 |
| Binary | 1000001 | 111110 | 10110010 | 111111 | 1000001 | 0 | 11110 | 11110010 | 110000 | 101111 |
Color Harmonies of #413EB2
Complementary color
Monochromatic Colors of #413EB2
Black with #413EB2
Text Example
Text Example
White with #413EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413EB2; }
p { color: rgb(65,62,178); }
H1.HeaderClassName
{
color: #413EB2;
}
.AnyTagClassName
{
color: #413EB2;
}
</style>
background-color css
<style>
a { background-color: #413EB2; }
a { background-color: rgb(65,62,178); }
div.DivClassName
{
background-color: #413EB2;
}
.BgClassName
{
background-color: #413EB2;
}
</style>
border-color css
<style>
span { border-color: #413EB2; }
span { border-color: rgb(65,62,178); }
td.TdClassName
{
border-color: #413EB2;
}
.TagClassName
{
border-color: #413EB2;
}
</style>