Shades of Free Speech Blue #404ECE
Tints of Free Speech Blue #404ECE
RGB
CMYK
RGB Variations
Color information
#404ECE (or 0x404ECE) is known color: Free Speech Blue. HEX triplet: 40, 4E and CE. RGB value is (64,78,206). Sum of RGB (Red+Green+Blue) = 64+78+206=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #404ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404ECE is #BFB131. Grayscale: #575757. Windows color (decimal): -12562738 or 13520448. OLE color: 13520448.
HSL color Cylindrical-coordinate representation of color #404ECE: hue angle of 234.08º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404ECE is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 78 | 206 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.19 |
| HSL | 234.08º | 0.59% | 0.53% | - |
| HSV(B) | 234.08º | 0.69% | 0.81% | - |
| XYZ | 15.98 | 11 | 59.67 | - |
| YUV | 88.41 | 194.36 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 206 | 0.69 | 0.62 | 0 | 0.19 | 234.08 | 0.59 | 0.53 |
| Hex | 40 | 4E | CE | 45 | 3E | 0 | 13 | EA | 3B | 35 |
| Octal | 100 | 116 | 316 | 105 | 76 | 0 | 23 | 352 | 73 | 65 |
| Binary | 1000000 | 1001110 | 11001110 | 1000101 | 111110 | 0 | 10011 | 11101010 | 111011 | 110101 |
Color Harmonies of #404ECE
Complementary color
Monochromatic Colors of #404ECE
Black with #404ECE
Text Example
Text Example
White with #404ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404ECE; }
p { color: rgb(64,78,206); }
H1.HeaderClassName
{
color: #404ECE;
}
.AnyTagClassName
{
color: #404ECE;
}
</style>
background-color css
<style>
a { background-color: #404ECE; }
a { background-color: rgb(64,78,206); }
div.DivClassName
{
background-color: #404ECE;
}
.BgClassName
{
background-color: #404ECE;
}
</style>
border-color css
<style>
span { border-color: #404ECE; }
span { border-color: rgb(64,78,206); }
td.TdClassName
{
border-color: #404ECE;
}
.TagClassName
{
border-color: #404ECE;
}
</style>