Shades of Free Speech Blue #404BCE
Tints of Free Speech Blue #404BCE
RGB
CMYK
RGB Variations
Color information
#404BCE (or 0x404BCE) is known color: Free Speech Blue. HEX triplet: 40, 4B and CE. RGB value is (64,75,206). Sum of RGB (Red+Green+Blue) = 64+75+206=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #404BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BCE is #BFB431. Grayscale: #565656. Windows color (decimal): -12563506 or 13519680. OLE color: 13519680.
HSL color Cylindrical-coordinate representation of color #404BCE: hue angle of 235.35º 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 #404BCE is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 75 | 206 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.19 |
| HSL | 235.35º | 0.59% | 0.53% | - |
| HSV(B) | 235.35º | 0.69% | 0.81% | - |
| XYZ | 15.77 | 10.58 | 59.6 | - |
| YUV | 86.65 | 195.36 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 206 | 0.69 | 0.64 | 0 | 0.19 | 235.35 | 0.59 | 0.53 |
| Hex | 40 | 4B | CE | 45 | 40 | 0 | 13 | EB | 3B | 35 |
| Octal | 100 | 113 | 316 | 105 | 100 | 0 | 23 | 353 | 73 | 65 |
| Binary | 1000000 | 1001011 | 11001110 | 1000101 | 1000000 | 0 | 10011 | 11101011 | 111011 | 110101 |
Color Harmonies of #404BCE
Complementary color
Monochromatic Colors of #404BCE
Black with #404BCE
Text Example
Text Example
White with #404BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BCE; }
p { color: rgb(64,75,206); }
H1.HeaderClassName
{
color: #404BCE;
}
.AnyTagClassName
{
color: #404BCE;
}
</style>
background-color css
<style>
a { background-color: #404BCE; }
a { background-color: rgb(64,75,206); }
div.DivClassName
{
background-color: #404BCE;
}
.BgClassName
{
background-color: #404BCE;
}
</style>
border-color css
<style>
span { border-color: #404BCE; }
span { border-color: rgb(64,75,206); }
td.TdClassName
{
border-color: #404BCE;
}
.TagClassName
{
border-color: #404BCE;
}
</style>