Shades of Free Speech Blue #413EB3
Tints of Free Speech Blue #413EB3
RGB
CMYK
RGB Variations
Color information
#413EB3 (or 0x413EB3) is known color: Free Speech Blue. HEX triplet: 41, 3E and B3. RGB value is (65,62,179). Sum of RGB (Red+Green+Blue) = 65+62+179=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 179 (70.31% from 255 or 58.50% from 306); Max value from RGB is 179 - color contains mainly: blue. Hex color #413EB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413EB3 is #BEC14C. Grayscale: #4B4B4B. Windows color (decimal): -12501325 or 11746881. OLE color: 11746881.
HSL color Cylindrical-coordinate representation of color #413EB3: hue angle of 241.54º degrees, saturation: 0.49, 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 #413EB3 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 62 | 179 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.30 |
| HSL | 241.54º | 0.49% | 0.47% | - |
| HSV(B) | 241.54º | 0.65% | 0.7% | - |
| XYZ | 12.04 | 7.82 | 43.52 | - |
| YUV | 76.24 | 185.99 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 179 | 0.64 | 0.65 | 0 | 0.30 | 241.54 | 0.49 | 0.47 |
| Hex | 41 | 3E | B3 | 40 | 41 | 0 | 1E | F2 | 31 | 2F |
| Octal | 101 | 76 | 263 | 100 | 101 | 0 | 36 | 362 | 61 | 57 |
| Binary | 1000001 | 111110 | 10110011 | 1000000 | 1000001 | 0 | 11110 | 11110010 | 110001 | 101111 |
Color Harmonies of #413EB3
Complementary color
Monochromatic Colors of #413EB3
Black with #413EB3
Text Example
Text Example
White with #413EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413EB3; }
p { color: rgb(65,62,179); }
H1.HeaderClassName
{
color: #413EB3;
}
.AnyTagClassName
{
color: #413EB3;
}
</style>
background-color css
<style>
a { background-color: #413EB3; }
a { background-color: rgb(65,62,179); }
div.DivClassName
{
background-color: #413EB3;
}
.BgClassName
{
background-color: #413EB3;
}
</style>
border-color css
<style>
span { border-color: #413EB3; }
span { border-color: rgb(65,62,179); }
td.TdClassName
{
border-color: #413EB3;
}
.TagClassName
{
border-color: #413EB3;
}
</style>