Shades of Free Speech Blue #4052CE
Tints of Free Speech Blue #4052CE
RGB
CMYK
RGB Variations
Color information
#4052CE (or 0x4052CE) is known color: Free Speech Blue. HEX triplet: 40, 52 and CE. RGB value is (64,82,206). Sum of RGB (Red+Green+Blue) = 64+82+206=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #4052CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4052CE is #BFAD31. Grayscale: #5A5A5A. Windows color (decimal): -12561714 or 13521472. OLE color: 13521472.
HSL color Cylindrical-coordinate representation of color #4052CE: hue angle of 232.39º 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 #4052CE is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 82 | 206 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.19 |
| HSL | 232.39º | 0.59% | 0.53% | - |
| HSV(B) | 232.39º | 0.69% | 0.81% | - |
| XYZ | 16.27 | 11.58 | 59.77 | - |
| YUV | 90.75 | 193.04 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 206 | 0.69 | 0.60 | 0 | 0.19 | 232.39 | 0.59 | 0.53 |
| Hex | 40 | 52 | CE | 45 | 3C | 0 | 13 | E8 | 3B | 35 |
| Octal | 100 | 122 | 316 | 105 | 74 | 0 | 23 | 350 | 73 | 65 |
| Binary | 1000000 | 1010010 | 11001110 | 1000101 | 111100 | 0 | 10011 | 11101000 | 111011 | 110101 |
Color Harmonies of #4052CE
Complementary color
Monochromatic Colors of #4052CE
Black with #4052CE
Text Example
Text Example
White with #4052CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4052CE; }
p { color: rgb(64,82,206); }
H1.HeaderClassName
{
color: #4052CE;
}
.AnyTagClassName
{
color: #4052CE;
}
</style>
background-color css
<style>
a { background-color: #4052CE; }
a { background-color: rgb(64,82,206); }
div.DivClassName
{
background-color: #4052CE;
}
.BgClassName
{
background-color: #4052CE;
}
</style>
border-color css
<style>
span { border-color: #4052CE; }
span { border-color: rgb(64,82,206); }
td.TdClassName
{
border-color: #4052CE;
}
.TagClassName
{
border-color: #4052CE;
}
</style>