Shades of Free Speech Blue #416BC3
Tints of Free Speech Blue #416BC3
RGB
CMYK
RGB Variations
Color information
#416BC3 (or 0x416BC3) is known color: Free Speech Blue. HEX triplet: 41, 6B and C3. RGB value is (65,107,195). Sum of RGB (Red+Green+Blue) = 65+107+195=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 195 (76.56% from 255 or 53.13% from 367); Max value from RGB is 195 - color contains mainly: blue. Hex color #416BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416BC3 is #BE943C. Grayscale: #686868. Windows color (decimal): -12489789 or 12806977. OLE color: 12806977.
HSL color Cylindrical-coordinate representation of color #416BC3: hue angle of 220.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #416BC3 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 107 | 195 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.24 |
| HSL | 220.62º | 0.52% | 0.51% | - |
| HSV(B) | 220.62º | 0.67% | 0.76% | - |
| XYZ | 17.29 | 15.58 | 53.73 | - |
| YUV | 104.47 | 179.09 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 195 | 0.67 | 0.45 | 0 | 0.24 | 220.62 | 0.52 | 0.51 |
| Hex | 41 | 6B | C3 | 43 | 2D | 0 | 18 | DD | 34 | 33 |
| Octal | 101 | 153 | 303 | 103 | 55 | 0 | 30 | 335 | 64 | 63 |
| Binary | 1000001 | 1101011 | 11000011 | 1000011 | 101101 | 0 | 11000 | 11011101 | 110100 | 110011 |
Color Harmonies of #416BC3
Complementary color
Monochromatic Colors of #416BC3
Black with #416BC3
Text Example
Text Example
White with #416BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416BC3; }
p { color: rgb(65,107,195); }
H1.HeaderClassName
{
color: #416BC3;
}
.AnyTagClassName
{
color: #416BC3;
}
</style>
background-color css
<style>
a { background-color: #416BC3; }
a { background-color: rgb(65,107,195); }
div.DivClassName
{
background-color: #416BC3;
}
.BgClassName
{
background-color: #416BC3;
}
</style>
border-color css
<style>
span { border-color: #416BC3; }
span { border-color: rgb(65,107,195); }
td.TdClassName
{
border-color: #416BC3;
}
.TagClassName
{
border-color: #416BC3;
}
</style>