Shades of Free Speech Blue #415ABC
Tints of Free Speech Blue #415ABC
RGB
CMYK
RGB Variations
Color information
#415ABC (or 0x415ABC) is known color: Free Speech Blue. HEX triplet: 41, 5A and BC. RGB value is (65,90,188). Sum of RGB (Red+Green+Blue) = 65+90+188=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #415ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ABC is #BEA543. Grayscale: #5D5D5D. Windows color (decimal): -12494148 or 12343873. OLE color: 12343873.
HSL color Cylindrical-coordinate representation of color #415ABC: hue angle of 227.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #415ABC is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 90 | 188 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.26 |
| HSL | 227.8º | 0.49% | 0.5% | - |
| HSV(B) | 227.8º | 0.65% | 0.74% | - |
| XYZ | 14.91 | 12.07 | 49.12 | - |
| YUV | 93.7 | 181.22 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 188 | 0.65 | 0.52 | 0 | 0.26 | 227.8 | 0.49 | 0.5 |
| Hex | 41 | 5A | BC | 41 | 34 | 0 | 1A | E4 | 31 | 32 |
| Octal | 101 | 132 | 274 | 101 | 64 | 0 | 32 | 344 | 61 | 62 |
| Binary | 1000001 | 1011010 | 10111100 | 1000001 | 110100 | 0 | 11010 | 11100100 | 110001 | 110010 |
Color Harmonies of #415ABC
Complementary color
Monochromatic Colors of #415ABC
Black with #415ABC
Text Example
Text Example
White with #415ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415ABC; }
p { color: rgb(65,90,188); }
H1.HeaderClassName
{
color: #415ABC;
}
.AnyTagClassName
{
color: #415ABC;
}
</style>
background-color css
<style>
a { background-color: #415ABC; }
a { background-color: rgb(65,90,188); }
div.DivClassName
{
background-color: #415ABC;
}
.BgClassName
{
background-color: #415ABC;
}
</style>
border-color css
<style>
span { border-color: #415ABC; }
span { border-color: rgb(65,90,188); }
td.TdClassName
{
border-color: #415ABC;
}
.TagClassName
{
border-color: #415ABC;
}
</style>