Shades of Free Speech Blue #415CC1
Tints of Free Speech Blue #415CC1
RGB
CMYK
RGB Variations
Color information
#415CC1 (or 0x415CC1) is known color: Free Speech Blue. HEX triplet: 41, 5C and C1. RGB value is (65,92,193). Sum of RGB (Red+Green+Blue) = 65+92+193=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #415CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415CC1 is #BEA33E. Grayscale: #5F5F5F. Windows color (decimal): -12493631 or 12672065. OLE color: 12672065.
HSL color Cylindrical-coordinate representation of color #415CC1: hue angle of 227.34º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #415CC1 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 92 | 193 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.24 |
| HSL | 227.34º | 0.51% | 0.51% | - |
| HSV(B) | 227.34º | 0.66% | 0.76% | - |
| XYZ | 15.63 | 12.63 | 52.07 | - |
| YUV | 95.44 | 183.05 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 193 | 0.66 | 0.52 | 0 | 0.24 | 227.34 | 0.51 | 0.51 |
| Hex | 41 | 5C | C1 | 42 | 34 | 0 | 18 | E3 | 33 | 33 |
| Octal | 101 | 134 | 301 | 102 | 64 | 0 | 30 | 343 | 63 | 63 |
| Binary | 1000001 | 1011100 | 11000001 | 1000010 | 110100 | 0 | 11000 | 11100011 | 110011 | 110011 |
Color Harmonies of #415CC1
Complementary color
Monochromatic Colors of #415CC1
Black with #415CC1
Text Example
Text Example
White with #415CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415CC1; }
p { color: rgb(65,92,193); }
H1.HeaderClassName
{
color: #415CC1;
}
.AnyTagClassName
{
color: #415CC1;
}
</style>
background-color css
<style>
a { background-color: #415CC1; }
a { background-color: rgb(65,92,193); }
div.DivClassName
{
background-color: #415CC1;
}
.BgClassName
{
background-color: #415CC1;
}
</style>
border-color css
<style>
span { border-color: #415CC1; }
span { border-color: rgb(65,92,193); }
td.TdClassName
{
border-color: #415CC1;
}
.TagClassName
{
border-color: #415CC1;
}
</style>