Shades of Free Speech Blue #413FBB
Tints of Free Speech Blue #413FBB
RGB
CMYK
RGB Variations
Color information
#413FBB (or 0x413FBB) is known color: Free Speech Blue. HEX triplet: 41, 3F and BB. RGB value is (65,63,187). Sum of RGB (Red+Green+Blue) = 65+63+187=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #413FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FBB is #BEC044. Grayscale: #4D4D4D. Windows color (decimal): -12501061 or 12271425. OLE color: 12271425.
HSL color Cylindrical-coordinate representation of color #413FBB: hue angle of 240.97º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413FBB is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 63 | 187 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.27 |
| HSL | 240.97º | 0.5% | 0.49% | - |
| HSV(B) | 240.97º | 0.66% | 0.73% | - |
| XYZ | 12.93 | 8.27 | 47.93 | - |
| YUV | 77.73 | 189.66 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 187 | 0.65 | 0.66 | 0 | 0.27 | 240.97 | 0.5 | 0.49 |
| Hex | 41 | 3F | BB | 41 | 42 | 0 | 1B | F1 | 32 | 31 |
| Octal | 101 | 77 | 273 | 101 | 102 | 0 | 33 | 361 | 62 | 61 |
| Binary | 1000001 | 111111 | 10111011 | 1000001 | 1000010 | 0 | 11011 | 11110001 | 110010 | 110001 |
Color Harmonies of #413FBB
Complementary color
Monochromatic Colors of #413FBB
Black with #413FBB
Text Example
Text Example
White with #413FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413FBB; }
p { color: rgb(65,63,187); }
H1.HeaderClassName
{
color: #413FBB;
}
.AnyTagClassName
{
color: #413FBB;
}
</style>
background-color css
<style>
a { background-color: #413FBB; }
a { background-color: rgb(65,63,187); }
div.DivClassName
{
background-color: #413FBB;
}
.BgClassName
{
background-color: #413FBB;
}
</style>
border-color css
<style>
span { border-color: #413FBB; }
span { border-color: rgb(65,63,187); }
td.TdClassName
{
border-color: #413FBB;
}
.TagClassName
{
border-color: #413FBB;
}
</style>