Shades of Free Speech Blue #444EC2
Tints of Free Speech Blue #444EC2
RGB
CMYK
RGB Variations
Color information
#444EC2 (or 0x444EC2) is known color: Free Speech Blue. HEX triplet: 44, 4E and C2. RGB value is (68,78,194). Sum of RGB (Red+Green+Blue) = 68+78+194=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 194 (76.17% from 255 or 57.06% from 340); Max value from RGB is 194 - color contains mainly: blue. Hex color #444EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444EC2 is #BBB13D. Grayscale: #575757. Windows color (decimal): -12300606 or 12734020. OLE color: 12734020.
HSL color Cylindrical-coordinate representation of color #444EC2: hue angle of 235.24º degrees, saturation: 0.51, 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 #444EC2 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 78 | 194 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.24 |
| HSL | 235.24º | 0.51% | 0.51% | - |
| HSV(B) | 235.24º | 0.65% | 0.76% | - |
| XYZ | 14.85 | 10.57 | 52.3 | - |
| YUV | 88.23 | 187.69 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 194 | 0.65 | 0.60 | 0 | 0.24 | 235.24 | 0.51 | 0.51 |
| Hex | 44 | 4E | C2 | 41 | 3C | 0 | 18 | EB | 33 | 33 |
| Octal | 104 | 116 | 302 | 101 | 74 | 0 | 30 | 353 | 63 | 63 |
| Binary | 1000100 | 1001110 | 11000010 | 1000001 | 111100 | 0 | 11000 | 11101011 | 110011 | 110011 |
Color Harmonies of #444EC2
Complementary color
Monochromatic Colors of #444EC2
Black with #444EC2
Text Example
Text Example
White with #444EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444EC2; }
p { color: rgb(68,78,194); }
H1.HeaderClassName
{
color: #444EC2;
}
.AnyTagClassName
{
color: #444EC2;
}
</style>
background-color css
<style>
a { background-color: #444EC2; }
a { background-color: rgb(68,78,194); }
div.DivClassName
{
background-color: #444EC2;
}
.BgClassName
{
background-color: #444EC2;
}
</style>
border-color css
<style>
span { border-color: #444EC2; }
span { border-color: rgb(68,78,194); }
td.TdClassName
{
border-color: #444EC2;
}
.TagClassName
{
border-color: #444EC2;
}
</style>