Shades of Free Speech Blue #4040D3
Tints of Free Speech Blue #4040D3
RGB
CMYK
RGB Variations
Color information
#4040D3 (or 0x4040D3) is known color: Free Speech Blue. HEX triplet: 40, 40 and D3. RGB value is (64,64,211). Sum of RGB (Red+Green+Blue) = 64+64+211=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 211 (82.81% from 255 or 62.24% from 339); Max value from RGB is 211 - color contains mainly: blue. Hex color #4040D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4040D3 is #BFBF2C. Grayscale: #505050. Windows color (decimal): -12566317 or 13844544. OLE color: 13844544.
HSL color Cylindrical-coordinate representation of color #4040D3: hue angle of 240º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4040D3 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 64 | 211 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.17 |
| HSL | 240º | 0.63% | 0.54% | - |
| HSV(B) | 240º | 0.7% | 0.83% | - |
| XYZ | 15.71 | 9.46 | 62.63 | - |
| YUV | 80.76 | 201.5 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 211 | 0.70 | 0.70 | 0 | 0.17 | 240 | 0.63 | 0.54 |
| Hex | 40 | 40 | D3 | 46 | 46 | 0 | 11 | F0 | 3F | 36 |
| Octal | 100 | 100 | 323 | 106 | 106 | 0 | 21 | 360 | 77 | 66 |
| Binary | 1000000 | 1000000 | 11010011 | 1000110 | 1000110 | 0 | 10001 | 11110000 | 111111 | 110110 |
Color Harmonies of #4040D3
Complementary color
Monochromatic Colors of #4040D3
Black with #4040D3
Text Example
Text Example
White with #4040D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4040D3; }
p { color: rgb(64,64,211); }
H1.HeaderClassName
{
color: #4040D3;
}
.AnyTagClassName
{
color: #4040D3;
}
</style>
background-color css
<style>
a { background-color: #4040D3; }
a { background-color: rgb(64,64,211); }
div.DivClassName
{
background-color: #4040D3;
}
.BgClassName
{
background-color: #4040D3;
}
</style>
border-color css
<style>
span { border-color: #4040D3; }
span { border-color: rgb(64,64,211); }
td.TdClassName
{
border-color: #4040D3;
}
.TagClassName
{
border-color: #4040D3;
}
</style>