Shades of Free Speech Blue #3240CB
Tints of Free Speech Blue #3240CB
RGB
CMYK
RGB Variations
Color information
#3240CB (or 0x3240CB) is known color: Free Speech Blue. HEX triplet: 32, 40 and CB. RGB value is (50,64,203). Sum of RGB (Red+Green+Blue) = 50+64+203=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #3240CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3240CB is #CDBF34. Grayscale: #4B4B4B. Windows color (decimal): -13483829 or 13320242. OLE color: 13320242.
HSL color Cylindrical-coordinate representation of color #3240CB: hue angle of 234.51º degrees, saturation: 0.6, 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 #3240CB is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 64 | 203 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.20 |
| HSL | 234.51º | 0.6% | 0.5% | - |
| HSV(B) | 234.51º | 0.75% | 0.8% | - |
| XYZ | 13.93 | 8.66 | 57.44 | - |
| YUV | 75.66 | 199.86 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 203 | 0.75 | 0.68 | 0 | 0.20 | 234.51 | 0.6 | 0.5 |
| Hex | 32 | 40 | CB | 4B | 44 | 0 | 14 | EB | 3C | 32 |
| Octal | 62 | 100 | 313 | 113 | 104 | 0 | 24 | 353 | 74 | 62 |
| Binary | 110010 | 1000000 | 11001011 | 1001011 | 1000100 | 0 | 10100 | 11101011 | 111100 | 110010 |
Color Harmonies of #3240CB
Complementary color
Monochromatic Colors of #3240CB
Black with #3240CB
Text Example
Text Example
White with #3240CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3240CB; }
p { color: rgb(50,64,203); }
H1.HeaderClassName
{
color: #3240CB;
}
.AnyTagClassName
{
color: #3240CB;
}
</style>
background-color css
<style>
a { background-color: #3240CB; }
a { background-color: rgb(50,64,203); }
div.DivClassName
{
background-color: #3240CB;
}
.BgClassName
{
background-color: #3240CB;
}
</style>
border-color css
<style>
span { border-color: #3240CB; }
span { border-color: rgb(50,64,203); }
td.TdClassName
{
border-color: #3240CB;
}
.TagClassName
{
border-color: #3240CB;
}
</style>