Shades of Free Speech Blue #4032C9
Tints of Free Speech Blue #4032C9
RGB
CMYK
RGB Variations
Color information
#4032C9 (or 0x4032C9) is known color: Free Speech Blue. HEX triplet: 40, 32 and C9. RGB value is (64,50,201). Sum of RGB (Red+Green+Blue) = 64+50+201=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 201 (78.91% from 255 or 63.81% from 315); Max value from RGB is 201 - color contains mainly: blue. Hex color #4032C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4032C9 is #BFCD36. Grayscale: #464646. Windows color (decimal): -12569911 or 13185600. OLE color: 13185600.
HSL color Cylindrical-coordinate representation of color #4032C9: hue angle of 245.56º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4032C9 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 50 | 201 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.21 |
| HSL | 245.56º | 0.6% | 0.49% | - |
| HSV(B) | 245.56º | 0.75% | 0.79% | - |
| XYZ | 13.8 | 7.59 | 56 | - |
| YUV | 71.4 | 201.14 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 201 | 0.68 | 0.75 | 0 | 0.21 | 245.56 | 0.6 | 0.49 |
| Hex | 40 | 32 | C9 | 44 | 4B | 0 | 15 | F6 | 3C | 31 |
| Octal | 100 | 62 | 311 | 104 | 113 | 0 | 25 | 366 | 74 | 61 |
| Binary | 1000000 | 110010 | 11001001 | 1000100 | 1001011 | 0 | 10101 | 11110110 | 111100 | 110001 |
Color Harmonies of #4032C9
Complementary color
Monochromatic Colors of #4032C9
Black with #4032C9
Text Example
Text Example
White with #4032C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4032C9; }
p { color: rgb(64,50,201); }
H1.HeaderClassName
{
color: #4032C9;
}
.AnyTagClassName
{
color: #4032C9;
}
</style>
background-color css
<style>
a { background-color: #4032C9; }
a { background-color: rgb(64,50,201); }
div.DivClassName
{
background-color: #4032C9;
}
.BgClassName
{
background-color: #4032C9;
}
</style>
border-color css
<style>
span { border-color: #4032C9; }
span { border-color: rgb(64,50,201); }
td.TdClassName
{
border-color: #4032C9;
}
.TagClassName
{
border-color: #4032C9;
}
</style>