Shades of Free Speech Blue #444ECD
Tints of Free Speech Blue #444ECD
RGB
CMYK
RGB Variations
Color information
#444ECD (or 0x444ECD) is known color: Free Speech Blue. HEX triplet: 44, 4E and CD. RGB value is (68,78,205). Sum of RGB (Red+Green+Blue) = 68+78+205=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #444ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444ECD is #BBB132. Grayscale: #585858. Windows color (decimal): -12300595 or 13454916. OLE color: 13454916.
HSL color Cylindrical-coordinate representation of color #444ECD: hue angle of 235.62º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444ECD is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 78 | 205 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.20 |
| HSL | 235.62º | 0.58% | 0.54% | - |
| HSV(B) | 235.62º | 0.67% | 0.8% | - |
| XYZ | 16.13 | 11.09 | 59.05 | - |
| YUV | 89.49 | 193.19 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 205 | 0.67 | 0.62 | 0 | 0.20 | 235.62 | 0.58 | 0.54 |
| Hex | 44 | 4E | CD | 43 | 3E | 0 | 14 | EC | 3A | 36 |
| Octal | 104 | 116 | 315 | 103 | 76 | 0 | 24 | 354 | 72 | 66 |
| Binary | 1000100 | 1001110 | 11001101 | 1000011 | 111110 | 0 | 10100 | 11101100 | 111010 | 110110 |
Color Harmonies of #444ECD
Complementary color
Monochromatic Colors of #444ECD
Black with #444ECD
Text Example
Text Example
White with #444ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444ECD; }
p { color: rgb(68,78,205); }
H1.HeaderClassName
{
color: #444ECD;
}
.AnyTagClassName
{
color: #444ECD;
}
</style>
background-color css
<style>
a { background-color: #444ECD; }
a { background-color: rgb(68,78,205); }
div.DivClassName
{
background-color: #444ECD;
}
.BgClassName
{
background-color: #444ECD;
}
</style>
border-color css
<style>
span { border-color: #444ECD; }
span { border-color: rgb(68,78,205); }
td.TdClassName
{
border-color: #444ECD;
}
.TagClassName
{
border-color: #444ECD;
}
</style>