Shades of Free Speech Blue #444ECE
Tints of Free Speech Blue #444ECE
RGB
CMYK
RGB Variations
Color information
#444ECE (or 0x444ECE) is known color: Free Speech Blue. HEX triplet: 44, 4E and CE. RGB value is (68,78,206). Sum of RGB (Red+Green+Blue) = 68+78+206=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #444ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444ECE is #BBB131. Grayscale: #595959. Windows color (decimal): -12300594 or 13520452. OLE color: 13520452.
HSL color Cylindrical-coordinate representation of color #444ECE: hue angle of 235.65º degrees, saturation: 0.58, 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 #444ECE is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 78 | 206 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.19 |
| HSL | 235.65º | 0.58% | 0.54% | - |
| HSV(B) | 235.65º | 0.67% | 0.81% | - |
| XYZ | 16.25 | 11.13 | 59.69 | - |
| YUV | 89.6 | 193.69 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 206 | 0.67 | 0.62 | 0 | 0.19 | 235.65 | 0.58 | 0.54 |
| Hex | 44 | 4E | CE | 43 | 3E | 0 | 13 | EC | 3A | 36 |
| Octal | 104 | 116 | 316 | 103 | 76 | 0 | 23 | 354 | 72 | 66 |
| Binary | 1000100 | 1001110 | 11001110 | 1000011 | 111110 | 0 | 10011 | 11101100 | 111010 | 110110 |
Color Harmonies of #444ECE
Complementary color
Monochromatic Colors of #444ECE
Black with #444ECE
Text Example
Text Example
White with #444ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444ECE; }
p { color: rgb(68,78,206); }
H1.HeaderClassName
{
color: #444ECE;
}
.AnyTagClassName
{
color: #444ECE;
}
</style>
background-color css
<style>
a { background-color: #444ECE; }
a { background-color: rgb(68,78,206); }
div.DivClassName
{
background-color: #444ECE;
}
.BgClassName
{
background-color: #444ECE;
}
</style>
border-color css
<style>
span { border-color: #444ECE; }
span { border-color: rgb(68,78,206); }
td.TdClassName
{
border-color: #444ECE;
}
.TagClassName
{
border-color: #444ECE;
}
</style>