Shades of Free Speech Blue #4040CE
Tints of Free Speech Blue #4040CE
RGB
CMYK
RGB Variations
Color information
#4040CE (or 0x4040CE) is known color: Free Speech Blue. HEX triplet: 40, 40 and CE. RGB value is (64,64,206). Sum of RGB (Red+Green+Blue) = 64+64+206=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #4040CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4040CE is #BFBF31. Grayscale: #4F4F4F. Windows color (decimal): -12566322 or 13516864. OLE color: 13516864.
HSL color Cylindrical-coordinate representation of color #4040CE: hue angle of 240º 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 #4040CE is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 64 | 206 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.19 |
| HSL | 240º | 0.59% | 0.53% | - |
| HSV(B) | 240º | 0.69% | 0.81% | - |
| XYZ | 15.09 | 9.21 | 59.38 | - |
| YUV | 80.19 | 199 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 206 | 0.69 | 0.69 | 0 | 0.19 | 240 | 0.59 | 0.53 |
| Hex | 40 | 40 | CE | 45 | 45 | 0 | 13 | F0 | 3B | 35 |
| Octal | 100 | 100 | 316 | 105 | 105 | 0 | 23 | 360 | 73 | 65 |
| Binary | 1000000 | 1000000 | 11001110 | 1000101 | 1000101 | 0 | 10011 | 11110000 | 111011 | 110101 |
Color Harmonies of #4040CE
Complementary color
Monochromatic Colors of #4040CE
Black with #4040CE
Text Example
Text Example
White with #4040CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4040CE; }
p { color: rgb(64,64,206); }
H1.HeaderClassName
{
color: #4040CE;
}
.AnyTagClassName
{
color: #4040CE;
}
</style>
background-color css
<style>
a { background-color: #4040CE; }
a { background-color: rgb(64,64,206); }
div.DivClassName
{
background-color: #4040CE;
}
.BgClassName
{
background-color: #4040CE;
}
</style>
border-color css
<style>
span { border-color: #4040CE; }
span { border-color: rgb(64,64,206); }
td.TdClassName
{
border-color: #4040CE;
}
.TagClassName
{
border-color: #4040CE;
}
</style>