Shades of Free Speech Blue #4053CD
Tints of Free Speech Blue #4053CD
RGB
CMYK
RGB Variations
Color information
#4053CD (or 0x4053CD) is known color: Free Speech Blue. HEX triplet: 40, 53 and CD. RGB value is (64,83,205). Sum of RGB (Red+Green+Blue) = 64+83+205=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #4053CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4053CD is #BFAC32. Grayscale: #5A5A5A. Windows color (decimal): -12561459 or 13456192. OLE color: 13456192.
HSL color Cylindrical-coordinate representation of color #4053CD: hue angle of 231.91º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4053CD is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 83 | 205 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.20 |
| HSL | 231.91º | 0.59% | 0.53% | - |
| HSV(B) | 231.91º | 0.69% | 0.8% | - |
| XYZ | 16.23 | 11.68 | 59.16 | - |
| YUV | 91.23 | 192.21 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 205 | 0.69 | 0.60 | 0 | 0.20 | 231.91 | 0.59 | 0.53 |
| Hex | 40 | 53 | CD | 45 | 3C | 0 | 14 | E8 | 3B | 35 |
| Octal | 100 | 123 | 315 | 105 | 74 | 0 | 24 | 350 | 73 | 65 |
| Binary | 1000000 | 1010011 | 11001101 | 1000101 | 111100 | 0 | 10100 | 11101000 | 111011 | 110101 |
Color Harmonies of #4053CD
Complementary color
Monochromatic Colors of #4053CD
Black with #4053CD
Text Example
Text Example
White with #4053CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4053CD; }
p { color: rgb(64,83,205); }
H1.HeaderClassName
{
color: #4053CD;
}
.AnyTagClassName
{
color: #4053CD;
}
</style>
background-color css
<style>
a { background-color: #4053CD; }
a { background-color: rgb(64,83,205); }
div.DivClassName
{
background-color: #4053CD;
}
.BgClassName
{
background-color: #4053CD;
}
</style>
border-color css
<style>
span { border-color: #4053CD; }
span { border-color: rgb(64,83,205); }
td.TdClassName
{
border-color: #4053CD;
}
.TagClassName
{
border-color: #4053CD;
}
</style>