Shades of Free Speech Blue #415ACB
Tints of Free Speech Blue #415ACB
RGB
CMYK
RGB Variations
Color information
#415ACB (or 0x415ACB) is known color: Free Speech Blue. HEX triplet: 41, 5A and CB. RGB value is (65,90,203). Sum of RGB (Red+Green+Blue) = 65+90+203=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #415ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ACB is #BEA534. Grayscale: #5E5E5E. Windows color (decimal): -12494133 or 13326913. OLE color: 13326913.
HSL color Cylindrical-coordinate representation of color #415ACB: hue angle of 229.13º degrees, saturation: 0.57, 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 #415ACB is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 90 | 203 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.20 |
| HSL | 229.13º | 0.57% | 0.53% | - |
| HSV(B) | 229.13º | 0.68% | 0.8% | - |
| XYZ | 16.62 | 12.75 | 58.08 | - |
| YUV | 95.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 203 | 0.68 | 0.56 | 0 | 0.20 | 229.13 | 0.57 | 0.53 |
| Hex | 41 | 5A | CB | 44 | 38 | 0 | 14 | E5 | 39 | 35 |
| Octal | 101 | 132 | 313 | 104 | 70 | 0 | 24 | 345 | 71 | 65 |
| Binary | 1000001 | 1011010 | 11001011 | 1000100 | 111000 | 0 | 10100 | 11100101 | 111001 | 110101 |
Color Harmonies of #415ACB
Complementary color
Monochromatic Colors of #415ACB
Black with #415ACB
Text Example
Text Example
White with #415ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415ACB; }
p { color: rgb(65,90,203); }
H1.HeaderClassName
{
color: #415ACB;
}
.AnyTagClassName
{
color: #415ACB;
}
</style>
background-color css
<style>
a { background-color: #415ACB; }
a { background-color: rgb(65,90,203); }
div.DivClassName
{
background-color: #415ACB;
}
.BgClassName
{
background-color: #415ACB;
}
</style>
border-color css
<style>
span { border-color: #415ACB; }
span { border-color: rgb(65,90,203); }
td.TdClassName
{
border-color: #415ACB;
}
.TagClassName
{
border-color: #415ACB;
}
</style>