Shades of Free Speech Blue #415BCC
Tints of Free Speech Blue #415BCC
RGB
CMYK
RGB Variations
Color information
#415BCC (or 0x415BCC) is known color: Free Speech Blue. HEX triplet: 41, 5B and CC. RGB value is (65,91,204). Sum of RGB (Red+Green+Blue) = 65+91+204=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #415BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415BCC is #BEA433. Grayscale: #5F5F5F. Windows color (decimal): -12493876 or 13392705. OLE color: 13392705.
HSL color Cylindrical-coordinate representation of color #415BCC: hue angle of 228.78º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #415BCC is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 91 | 204 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.2 |
| HSL | 228.78º | 0.58% | 0.53% | - |
| HSV(B) | 228.78º | 0.68% | 0.8% | - |
| XYZ | 16.82 | 12.97 | 58.74 | - |
| YUV | 96.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 91 | 204 | 0.68 | 0.55 | 0 | 0.2 | 228.78 | 0.58 | 0.53 |
| Hex | 41 | 5B | CC | 44 | 37 | 0 | 14 | E5 | 3A | 35 |
| Octal | 101 | 133 | 314 | 104 | 67 | 0 | 24 | 345 | 72 | 65 |
| Binary | 1000001 | 1011011 | 11001100 | 1000100 | 110111 | 0 | 10100 | 11100101 | 111010 | 110101 |
Color Harmonies of #415BCC
Complementary color
Monochromatic Colors of #415BCC
Black with #415BCC
Text Example
Text Example
White with #415BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415BCC; }
p { color: rgb(65,91,204); }
H1.HeaderClassName
{
color: #415BCC;
}
.AnyTagClassName
{
color: #415BCC;
}
</style>
background-color css
<style>
a { background-color: #415BCC; }
a { background-color: rgb(65,91,204); }
div.DivClassName
{
background-color: #415BCC;
}
.BgClassName
{
background-color: #415BCC;
}
</style>
border-color css
<style>
span { border-color: #415BCC; }
span { border-color: rgb(65,91,204); }
td.TdClassName
{
border-color: #415BCC;
}
.TagClassName
{
border-color: #415BCC;
}
</style>