Shades of Free Speech Blue #445EBC
Tints of Free Speech Blue #445EBC
RGB
CMYK
RGB Variations
Color information
#445EBC (or 0x445EBC) is known color: Free Speech Blue. HEX triplet: 44, 5E and BC. RGB value is (68,94,188). Sum of RGB (Red+Green+Blue) = 68+94+188=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #445EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445EBC is #BBA143. Grayscale: #606060. Windows color (decimal): -12296516 or 12344900. OLE color: 12344900.
HSL color Cylindrical-coordinate representation of color #445EBC: hue angle of 227º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #445EBC is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 94 | 188 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.26 |
| HSL | 227º | 0.47% | 0.5% | - |
| HSV(B) | 227º | 0.64% | 0.74% | - |
| XYZ | 15.46 | 12.87 | 49.25 | - |
| YUV | 96.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 188 | 0.64 | 0.50 | 0 | 0.26 | 227 | 0.47 | 0.5 |
| Hex | 44 | 5E | BC | 40 | 32 | 0 | 1A | E3 | 2F | 32 |
| Octal | 104 | 136 | 274 | 100 | 62 | 0 | 32 | 343 | 57 | 62 |
| Binary | 1000100 | 1011110 | 10111100 | 1000000 | 110010 | 0 | 11010 | 11100011 | 101111 | 110010 |
Color Harmonies of #445EBC
Complementary color
Monochromatic Colors of #445EBC
Black with #445EBC
Text Example
Text Example
White with #445EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445EBC; }
p { color: rgb(68,94,188); }
H1.HeaderClassName
{
color: #445EBC;
}
.AnyTagClassName
{
color: #445EBC;
}
</style>
background-color css
<style>
a { background-color: #445EBC; }
a { background-color: rgb(68,94,188); }
div.DivClassName
{
background-color: #445EBC;
}
.BgClassName
{
background-color: #445EBC;
}
</style>
border-color css
<style>
span { border-color: #445EBC; }
span { border-color: rgb(68,94,188); }
td.TdClassName
{
border-color: #445EBC;
}
.TagClassName
{
border-color: #445EBC;
}
</style>