Shades of Free Speech Blue #444ECF
Tints of Free Speech Blue #444ECF
RGB
CMYK
RGB Variations
Color information
#444ECF (or 0x444ECF) is known color: Free Speech Blue. HEX triplet: 44, 4E and CF. RGB value is (68,78,207). Sum of RGB (Red+Green+Blue) = 68+78+207=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #444ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444ECF is #BBB130. Grayscale: #595959. Windows color (decimal): -12300593 or 13585988. OLE color: 13585988.
HSL color Cylindrical-coordinate representation of color #444ECF: hue angle of 235.68º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444ECF is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 78 | 207 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.19 |
| HSL | 235.68º | 0.59% | 0.54% | - |
| HSV(B) | 235.68º | 0.67% | 0.81% | - |
| XYZ | 16.37 | 11.18 | 60.33 | - |
| YUV | 89.72 | 194.19 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 207 | 0.67 | 0.62 | 0 | 0.19 | 235.68 | 0.59 | 0.54 |
| Hex | 44 | 4E | CF | 43 | 3E | 0 | 13 | EC | 3B | 36 |
| Octal | 104 | 116 | 317 | 103 | 76 | 0 | 23 | 354 | 73 | 66 |
| Binary | 1000100 | 1001110 | 11001111 | 1000011 | 111110 | 0 | 10011 | 11101100 | 111011 | 110110 |
Color Harmonies of #444ECF
Complementary color
Monochromatic Colors of #444ECF
Black with #444ECF
Text Example
Text Example
White with #444ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444ECF; }
p { color: rgb(68,78,207); }
H1.HeaderClassName
{
color: #444ECF;
}
.AnyTagClassName
{
color: #444ECF;
}
</style>
background-color css
<style>
a { background-color: #444ECF; }
a { background-color: rgb(68,78,207); }
div.DivClassName
{
background-color: #444ECF;
}
.BgClassName
{
background-color: #444ECF;
}
</style>
border-color css
<style>
span { border-color: #444ECF; }
span { border-color: rgb(68,78,207); }
td.TdClassName
{
border-color: #444ECF;
}
.TagClassName
{
border-color: #444ECF;
}
</style>