Shades of Free Speech Blue #445EC1
Tints of Free Speech Blue #445EC1
RGB
CMYK
RGB Variations
Color information
#445EC1 (or 0x445EC1) is known color: Free Speech Blue. HEX triplet: 44, 5E and C1. RGB value is (68,94,193). Sum of RGB (Red+Green+Blue) = 68+94+193=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #445EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445EC1 is #BBA13E. Grayscale: #616161. Windows color (decimal): -12296511 or 12672580. OLE color: 12672580.
HSL color Cylindrical-coordinate representation of color #445EC1: hue angle of 227.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #445EC1 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 94 | 193 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.24 |
| HSL | 227.52º | 0.5% | 0.51% | - |
| HSV(B) | 227.52º | 0.65% | 0.76% | - |
| XYZ | 16.01 | 13.08 | 52.13 | - |
| YUV | 97.51 | 181.89 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 193 | 0.65 | 0.51 | 0 | 0.24 | 227.52 | 0.5 | 0.51 |
| Hex | 44 | 5E | C1 | 41 | 33 | 0 | 18 | E4 | 32 | 33 |
| Octal | 104 | 136 | 301 | 101 | 63 | 0 | 30 | 344 | 62 | 63 |
| Binary | 1000100 | 1011110 | 11000001 | 1000001 | 110011 | 0 | 11000 | 11100100 | 110010 | 110011 |
Color Harmonies of #445EC1
Complementary color
Monochromatic Colors of #445EC1
Black with #445EC1
Text Example
Text Example
White with #445EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445EC1; }
p { color: rgb(68,94,193); }
H1.HeaderClassName
{
color: #445EC1;
}
.AnyTagClassName
{
color: #445EC1;
}
</style>
background-color css
<style>
a { background-color: #445EC1; }
a { background-color: rgb(68,94,193); }
div.DivClassName
{
background-color: #445EC1;
}
.BgClassName
{
background-color: #445EC1;
}
</style>
border-color css
<style>
span { border-color: #445EC1; }
span { border-color: rgb(68,94,193); }
td.TdClassName
{
border-color: #445EC1;
}
.TagClassName
{
border-color: #445EC1;
}
</style>