Shades of Free Speech Blue #4032CC
Tints of Free Speech Blue #4032CC
RGB
CMYK
RGB Variations
Color information
#4032CC (or 0x4032CC) is known color: Free Speech Blue. HEX triplet: 40, 32 and CC. RGB value is (64,50,204). Sum of RGB (Red+Green+Blue) = 64+50+204=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #4032CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4032CC is #BFCD33. Grayscale: #474747. Windows color (decimal): -12569908 or 13382208. OLE color: 13382208.
HSL color Cylindrical-coordinate representation of color #4032CC: hue angle of 245.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4032CC is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 50 | 204 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.2 |
| HSL | 245.45º | 0.61% | 0.5% | - |
| HSV(B) | 245.45º | 0.75% | 0.8% | - |
| XYZ | 14.15 | 7.73 | 57.87 | - |
| YUV | 71.74 | 202.64 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 204 | 0.69 | 0.75 | 0 | 0.2 | 245.45 | 0.61 | 0.5 |
| Hex | 40 | 32 | CC | 45 | 4B | 0 | 14 | F5 | 3D | 32 |
| Octal | 100 | 62 | 314 | 105 | 113 | 0 | 24 | 365 | 75 | 62 |
| Binary | 1000000 | 110010 | 11001100 | 1000101 | 1001011 | 0 | 10100 | 11110101 | 111101 | 110010 |
Color Harmonies of #4032CC
Complementary color
Monochromatic Colors of #4032CC
Black with #4032CC
Text Example
Text Example
White with #4032CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4032CC; }
p { color: rgb(64,50,204); }
H1.HeaderClassName
{
color: #4032CC;
}
.AnyTagClassName
{
color: #4032CC;
}
</style>
background-color css
<style>
a { background-color: #4032CC; }
a { background-color: rgb(64,50,204); }
div.DivClassName
{
background-color: #4032CC;
}
.BgClassName
{
background-color: #4032CC;
}
</style>
border-color css
<style>
span { border-color: #4032CC; }
span { border-color: rgb(64,50,204); }
td.TdClassName
{
border-color: #4032CC;
}
.TagClassName
{
border-color: #4032CC;
}
</style>