Shades of Free Speech Blue #413BBC
Tints of Free Speech Blue #413BBC
RGB
CMYK
RGB Variations
Color information
#413BBC (or 0x413BBC) is known color: Free Speech Blue. HEX triplet: 41, 3B and BC. RGB value is (65,59,188). Sum of RGB (Red+Green+Blue) = 65+59+188=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #413BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BBC is #BEC443. Grayscale: #4A4A4A. Windows color (decimal): -12502084 or 12335937. OLE color: 12335937.
HSL color Cylindrical-coordinate representation of color #413BBC: hue angle of 242.79º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #413BBC is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 59 | 188 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.26 |
| HSL | 242.79º | 0.52% | 0.48% | - |
| HSV(B) | 242.79º | 0.69% | 0.74% | - |
| XYZ | 12.82 | 7.88 | 48.42 | - |
| YUV | 75.5 | 191.49 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 188 | 0.65 | 0.69 | 0 | 0.26 | 242.79 | 0.52 | 0.48 |
| Hex | 41 | 3B | BC | 41 | 45 | 0 | 1A | F3 | 34 | 30 |
| Octal | 101 | 73 | 274 | 101 | 105 | 0 | 32 | 363 | 64 | 60 |
| Binary | 1000001 | 111011 | 10111100 | 1000001 | 1000101 | 0 | 11010 | 11110011 | 110100 | 110000 |
Color Harmonies of #413BBC
Complementary color
Monochromatic Colors of #413BBC
Black with #413BBC
Text Example
Text Example
White with #413BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413BBC; }
p { color: rgb(65,59,188); }
H1.HeaderClassName
{
color: #413BBC;
}
.AnyTagClassName
{
color: #413BBC;
}
</style>
background-color css
<style>
a { background-color: #413BBC; }
a { background-color: rgb(65,59,188); }
div.DivClassName
{
background-color: #413BBC;
}
.BgClassName
{
background-color: #413BBC;
}
</style>
border-color css
<style>
span { border-color: #413BBC; }
span { border-color: rgb(65,59,188); }
td.TdClassName
{
border-color: #413BBC;
}
.TagClassName
{
border-color: #413BBC;
}
</style>