Shades of Free Speech Blue #415ECB
Tints of Free Speech Blue #415ECB
RGB
CMYK
RGB Variations
Color information
#415ECB (or 0x415ECB) is known color: Free Speech Blue. HEX triplet: 41, 5E and CB. RGB value is (65,94,203). Sum of RGB (Red+Green+Blue) = 65+94+203=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #415ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ECB is #BEA134. Grayscale: #616161. Windows color (decimal): -12493109 or 13327937. OLE color: 13327937.
HSL color Cylindrical-coordinate representation of color #415ECB: hue angle of 227.39º 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 #415ECB is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 94 | 203 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.20 |
| HSL | 227.39º | 0.57% | 0.53% | - |
| HSV(B) | 227.39º | 0.68% | 0.8% | - |
| XYZ | 16.96 | 13.44 | 58.2 | - |
| YUV | 97.76 | 187.39 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 203 | 0.68 | 0.54 | 0 | 0.20 | 227.39 | 0.57 | 0.53 |
| Hex | 41 | 5E | CB | 44 | 36 | 0 | 14 | E3 | 39 | 35 |
| Octal | 101 | 136 | 313 | 104 | 66 | 0 | 24 | 343 | 71 | 65 |
| Binary | 1000001 | 1011110 | 11001011 | 1000100 | 110110 | 0 | 10100 | 11100011 | 111001 | 110101 |
Color Harmonies of #415ECB
Complementary color
Monochromatic Colors of #415ECB
Black with #415ECB
Text Example
Text Example
White with #415ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415ECB; }
p { color: rgb(65,94,203); }
H1.HeaderClassName
{
color: #415ECB;
}
.AnyTagClassName
{
color: #415ECB;
}
</style>
background-color css
<style>
a { background-color: #415ECB; }
a { background-color: rgb(65,94,203); }
div.DivClassName
{
background-color: #415ECB;
}
.BgClassName
{
background-color: #415ECB;
}
</style>
border-color css
<style>
span { border-color: #415ECB; }
span { border-color: rgb(65,94,203); }
td.TdClassName
{
border-color: #415ECB;
}
.TagClassName
{
border-color: #415ECB;
}
</style>