Shades of Free Speech Blue #404DCE
Tints of Free Speech Blue #404DCE
RGB
CMYK
RGB Variations
Color information
#404DCE (or 0x404DCE) is known color: Free Speech Blue. HEX triplet: 40, 4D and CE. RGB value is (64,77,206). Sum of RGB (Red+Green+Blue) = 64+77+206=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #404DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DCE is #BFB231. Grayscale: #575757. Windows color (decimal): -12562994 or 13520192. OLE color: 13520192.
HSL color Cylindrical-coordinate representation of color #404DCE: hue angle of 234.51º 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 #404DCE is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 77 | 206 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.19 |
| HSL | 234.51º | 0.59% | 0.53% | - |
| HSV(B) | 234.51º | 0.69% | 0.81% | - |
| XYZ | 15.91 | 10.85 | 59.65 | - |
| YUV | 87.82 | 194.69 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 206 | 0.69 | 0.63 | 0 | 0.19 | 234.51 | 0.59 | 0.53 |
| Hex | 40 | 4D | CE | 45 | 3F | 0 | 13 | EB | 3B | 35 |
| Octal | 100 | 115 | 316 | 105 | 77 | 0 | 23 | 353 | 73 | 65 |
| Binary | 1000000 | 1001101 | 11001110 | 1000101 | 111111 | 0 | 10011 | 11101011 | 111011 | 110101 |
Color Harmonies of #404DCE
Complementary color
Monochromatic Colors of #404DCE
Black with #404DCE
Text Example
Text Example
White with #404DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DCE; }
p { color: rgb(64,77,206); }
H1.HeaderClassName
{
color: #404DCE;
}
.AnyTagClassName
{
color: #404DCE;
}
</style>
background-color css
<style>
a { background-color: #404DCE; }
a { background-color: rgb(64,77,206); }
div.DivClassName
{
background-color: #404DCE;
}
.BgClassName
{
background-color: #404DCE;
}
</style>
border-color css
<style>
span { border-color: #404DCE; }
span { border-color: rgb(64,77,206); }
td.TdClassName
{
border-color: #404DCE;
}
.TagClassName
{
border-color: #404DCE;
}
</style>