Shades of Free Speech Blue #444EC0
Tints of Free Speech Blue #444EC0
RGB
CMYK
RGB Variations
Color information
#444EC0 (or 0x444EC0) is known color: Free Speech Blue. HEX triplet: 44, 4E and C0. RGB value is (68,78,192). Sum of RGB (Red+Green+Blue) = 68+78+192=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #444EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444EC0 is #BBB13F. Grayscale: #575757. Windows color (decimal): -12300608 or 12602948. OLE color: 12602948.
HSL color Cylindrical-coordinate representation of color #444EC0: hue angle of 235.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #444EC0 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 78 | 192 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.25 |
| HSL | 235.16º | 0.5% | 0.51% | - |
| HSV(B) | 235.16º | 0.65% | 0.75% | - |
| XYZ | 14.62 | 10.48 | 51.12 | - |
| YUV | 88.01 | 186.69 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 192 | 0.65 | 0.59 | 0 | 0.25 | 235.16 | 0.5 | 0.51 |
| Hex | 44 | 4E | C0 | 41 | 3B | 0 | 19 | EB | 32 | 33 |
| Octal | 104 | 116 | 300 | 101 | 73 | 0 | 31 | 353 | 62 | 63 |
| Binary | 1000100 | 1001110 | 11000000 | 1000001 | 111011 | 0 | 11001 | 11101011 | 110010 | 110011 |
Color Harmonies of #444EC0
Complementary color
Monochromatic Colors of #444EC0
Black with #444EC0
Text Example
Text Example
White with #444EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444EC0; }
p { color: rgb(68,78,192); }
H1.HeaderClassName
{
color: #444EC0;
}
.AnyTagClassName
{
color: #444EC0;
}
</style>
background-color css
<style>
a { background-color: #444EC0; }
a { background-color: rgb(68,78,192); }
div.DivClassName
{
background-color: #444EC0;
}
.BgClassName
{
background-color: #444EC0;
}
</style>
border-color css
<style>
span { border-color: #444EC0; }
span { border-color: rgb(68,78,192); }
td.TdClassName
{
border-color: #444EC0;
}
.TagClassName
{
border-color: #444EC0;
}
</style>