Shades of Free Speech Blue #4053CA
Tints of Free Speech Blue #4053CA
RGB
CMYK
RGB Variations
Color information
#4053CA (or 0x4053CA) is known color: Free Speech Blue. HEX triplet: 40, 53 and CA. RGB value is (64,83,202). Sum of RGB (Red+Green+Blue) = 64+83+202=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #4053CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4053CA is #BFAC35. Grayscale: #5A5A5A. Windows color (decimal): -12561462 or 13259584. OLE color: 13259584.
HSL color Cylindrical-coordinate representation of color #4053CA: hue angle of 231.74º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4053CA is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 83 | 202 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.21 |
| HSL | 231.74º | 0.57% | 0.52% | - |
| HSV(B) | 231.74º | 0.68% | 0.79% | - |
| XYZ | 15.87 | 11.54 | 57.27 | - |
| YUV | 90.89 | 190.71 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 202 | 0.68 | 0.59 | 0 | 0.21 | 231.74 | 0.57 | 0.52 |
| Hex | 40 | 53 | CA | 44 | 3B | 0 | 15 | E8 | 39 | 34 |
| Octal | 100 | 123 | 312 | 104 | 73 | 0 | 25 | 350 | 71 | 64 |
| Binary | 1000000 | 1010011 | 11001010 | 1000100 | 111011 | 0 | 10101 | 11101000 | 111001 | 110100 |
Color Harmonies of #4053CA
Complementary color
Monochromatic Colors of #4053CA
Black with #4053CA
Text Example
Text Example
White with #4053CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4053CA; }
p { color: rgb(64,83,202); }
H1.HeaderClassName
{
color: #4053CA;
}
.AnyTagClassName
{
color: #4053CA;
}
</style>
background-color css
<style>
a { background-color: #4053CA; }
a { background-color: rgb(64,83,202); }
div.DivClassName
{
background-color: #4053CA;
}
.BgClassName
{
background-color: #4053CA;
}
</style>
border-color css
<style>
span { border-color: #4053CA; }
span { border-color: rgb(64,83,202); }
td.TdClassName
{
border-color: #4053CA;
}
.TagClassName
{
border-color: #4053CA;
}
</style>