Shades of Free Speech Blue #404ACE
Tints of Free Speech Blue #404ACE
RGB
CMYK
RGB Variations
Color information
#404ACE (or 0x404ACE) is known color: Free Speech Blue. HEX triplet: 40, 4A and CE. RGB value is (64,74,206). Sum of RGB (Red+Green+Blue) = 64+74+206=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #404ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404ACE is #BFB531. Grayscale: #555555. Windows color (decimal): -12563762 or 13519424. OLE color: 13519424.
HSL color Cylindrical-coordinate representation of color #404ACE: hue angle of 235.77º 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 #404ACE is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 74 | 206 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.19 |
| HSL | 235.77º | 0.59% | 0.53% | - |
| HSV(B) | 235.77º | 0.69% | 0.81% | - |
| XYZ | 15.7 | 10.44 | 59.58 | - |
| YUV | 86.06 | 195.69 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 206 | 0.69 | 0.64 | 0 | 0.19 | 235.77 | 0.59 | 0.53 |
| Hex | 40 | 4A | CE | 45 | 40 | 0 | 13 | EC | 3B | 35 |
| Octal | 100 | 112 | 316 | 105 | 100 | 0 | 23 | 354 | 73 | 65 |
| Binary | 1000000 | 1001010 | 11001110 | 1000101 | 1000000 | 0 | 10011 | 11101100 | 111011 | 110101 |
Color Harmonies of #404ACE
Complementary color
Monochromatic Colors of #404ACE
Black with #404ACE
Text Example
Text Example
White with #404ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404ACE; }
p { color: rgb(64,74,206); }
H1.HeaderClassName
{
color: #404ACE;
}
.AnyTagClassName
{
color: #404ACE;
}
</style>
background-color css
<style>
a { background-color: #404ACE; }
a { background-color: rgb(64,74,206); }
div.DivClassName
{
background-color: #404ACE;
}
.BgClassName
{
background-color: #404ACE;
}
</style>
border-color css
<style>
span { border-color: #404ACE; }
span { border-color: rgb(64,74,206); }
td.TdClassName
{
border-color: #404ACE;
}
.TagClassName
{
border-color: #404ACE;
}
</style>