Shades of Free Speech Blue #4032CA
Tints of Free Speech Blue #4032CA
RGB
CMYK
RGB Variations
Color information
#4032CA (or 0x4032CA) is known color: Free Speech Blue. HEX triplet: 40, 32 and CA. RGB value is (64,50,202). Sum of RGB (Red+Green+Blue) = 64+50+202=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #4032CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4032CA is #BFCD35. Grayscale: #464646. Windows color (decimal): -12569910 or 13251136. OLE color: 13251136.
HSL color Cylindrical-coordinate representation of color #4032CA: hue angle of 245.53º 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 #4032CA is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 50 | 202 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.21 |
| HSL | 245.53º | 0.6% | 0.49% | - |
| HSV(B) | 245.53º | 0.75% | 0.79% | - |
| XYZ | 13.92 | 7.64 | 56.62 | - |
| YUV | 71.51 | 201.64 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 202 | 0.68 | 0.75 | 0 | 0.21 | 245.53 | 0.6 | 0.49 |
| Hex | 40 | 32 | CA | 44 | 4B | 0 | 15 | F6 | 3C | 31 |
| Octal | 100 | 62 | 312 | 104 | 113 | 0 | 25 | 366 | 74 | 61 |
| Binary | 1000000 | 110010 | 11001010 | 1000100 | 1001011 | 0 | 10101 | 11110110 | 111100 | 110001 |
Color Harmonies of #4032CA
Complementary color
Monochromatic Colors of #4032CA
Black with #4032CA
Text Example
Text Example
White with #4032CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4032CA; }
p { color: rgb(64,50,202); }
H1.HeaderClassName
{
color: #4032CA;
}
.AnyTagClassName
{
color: #4032CA;
}
</style>
background-color css
<style>
a { background-color: #4032CA; }
a { background-color: rgb(64,50,202); }
div.DivClassName
{
background-color: #4032CA;
}
.BgClassName
{
background-color: #4032CA;
}
</style>
border-color css
<style>
span { border-color: #4032CA; }
span { border-color: rgb(64,50,202); }
td.TdClassName
{
border-color: #4032CA;
}
.TagClassName
{
border-color: #4032CA;
}
</style>