Shades of Free Speech Blue #404CCE
Tints of Free Speech Blue #404CCE
RGB
CMYK
RGB Variations
Color information
#404CCE (or 0x404CCE) is known color: Free Speech Blue. HEX triplet: 40, 4C and CE. RGB value is (64,76,206). Sum of RGB (Red+Green+Blue) = 64+76+206=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #404CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CCE is #BFB331. Grayscale: #565656. Windows color (decimal): -12563250 or 13519936. OLE color: 13519936.
HSL color Cylindrical-coordinate representation of color #404CCE: hue angle of 234.93º 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 #404CCE is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 76 | 206 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.19 |
| HSL | 234.93º | 0.59% | 0.53% | - |
| HSV(B) | 234.93º | 0.69% | 0.81% | - |
| XYZ | 15.84 | 10.72 | 59.63 | - |
| YUV | 87.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 206 | 0.69 | 0.63 | 0 | 0.19 | 234.93 | 0.59 | 0.53 |
| Hex | 40 | 4C | CE | 45 | 3F | 0 | 13 | EB | 3B | 35 |
| Octal | 100 | 114 | 316 | 105 | 77 | 0 | 23 | 353 | 73 | 65 |
| Binary | 1000000 | 1001100 | 11001110 | 1000101 | 111111 | 0 | 10011 | 11101011 | 111011 | 110101 |
Color Harmonies of #404CCE
Complementary color
Monochromatic Colors of #404CCE
Black with #404CCE
Text Example
Text Example
White with #404CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404CCE; }
p { color: rgb(64,76,206); }
H1.HeaderClassName
{
color: #404CCE;
}
.AnyTagClassName
{
color: #404CCE;
}
</style>
background-color css
<style>
a { background-color: #404CCE; }
a { background-color: rgb(64,76,206); }
div.DivClassName
{
background-color: #404CCE;
}
.BgClassName
{
background-color: #404CCE;
}
</style>
border-color css
<style>
span { border-color: #404CCE; }
span { border-color: rgb(64,76,206); }
td.TdClassName
{
border-color: #404CCE;
}
.TagClassName
{
border-color: #404CCE;
}
</style>