Shades of Free Speech Blue #4055D1
Tints of Free Speech Blue #4055D1
RGB
CMYK
RGB Variations
Color information
#4055D1 (or 0x4055D1) is known color: Free Speech Blue. HEX triplet: 40, 55 and D1. RGB value is (64,85,209). Sum of RGB (Red+Green+Blue) = 64+85+209=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 209 (82.03% from 255 or 58.38% from 358); Max value from RGB is 209 - color contains mainly: blue. Hex color #4055D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4055D1 is #BFAA2E. Grayscale: #5C5C5C. Windows color (decimal): -12560943 or 13718848. OLE color: 13718848.
HSL color Cylindrical-coordinate representation of color #4055D1: hue angle of 231.31º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4055D1 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 85 | 209 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.18 |
| HSL | 231.31º | 0.61% | 0.54% | - |
| HSV(B) | 231.31º | 0.69% | 0.82% | - |
| XYZ | 16.87 | 12.19 | 61.79 | - |
| YUV | 92.86 | 193.54 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 209 | 0.69 | 0.59 | 0 | 0.18 | 231.31 | 0.61 | 0.54 |
| Hex | 40 | 55 | D1 | 45 | 3B | 0 | 12 | E7 | 3D | 36 |
| Octal | 100 | 125 | 321 | 105 | 73 | 0 | 22 | 347 | 75 | 66 |
| Binary | 1000000 | 1010101 | 11010001 | 1000101 | 111011 | 0 | 10010 | 11100111 | 111101 | 110110 |
Color Harmonies of #4055D1
Complementary color
Monochromatic Colors of #4055D1
Black with #4055D1
Text Example
Text Example
White with #4055D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4055D1; }
p { color: rgb(64,85,209); }
H1.HeaderClassName
{
color: #4055D1;
}
.AnyTagClassName
{
color: #4055D1;
}
</style>
background-color css
<style>
a { background-color: #4055D1; }
a { background-color: rgb(64,85,209); }
div.DivClassName
{
background-color: #4055D1;
}
.BgClassName
{
background-color: #4055D1;
}
</style>
border-color css
<style>
span { border-color: #4055D1; }
span { border-color: rgb(64,85,209); }
td.TdClassName
{
border-color: #4055D1;
}
.TagClassName
{
border-color: #4055D1;
}
</style>