Shades of Free Speech Blue #3241CE
Tints of Free Speech Blue #3241CE
RGB
CMYK
RGB Variations
Color information
#3241CE (or 0x3241CE) is known color: Free Speech Blue. HEX triplet: 32, 41 and CE. RGB value is (50,65,206). Sum of RGB (Red+Green+Blue) = 50+65+206=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #3241CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3241CE is #CDBE31. Grayscale: #4C4C4C. Windows color (decimal): -13483570 or 13517106. OLE color: 13517106.
HSL color Cylindrical-coordinate representation of color #3241CE: hue angle of 234.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3241CE is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 65 | 206 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.19 |
| HSL | 234.23º | 0.61% | 0.5% | - |
| HSV(B) | 234.23º | 0.76% | 0.81% | - |
| XYZ | 14.35 | 8.91 | 59.36 | - |
| YUV | 76.59 | 201.03 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 206 | 0.76 | 0.68 | 0 | 0.19 | 234.23 | 0.61 | 0.5 |
| Hex | 32 | 41 | CE | 4C | 44 | 0 | 13 | EA | 3D | 32 |
| Octal | 62 | 101 | 316 | 114 | 104 | 0 | 23 | 352 | 75 | 62 |
| Binary | 110010 | 1000001 | 11001110 | 1001100 | 1000100 | 0 | 10011 | 11101010 | 111101 | 110010 |
Color Harmonies of #3241CE
Complementary color
Monochromatic Colors of #3241CE
Black with #3241CE
Text Example
Text Example
White with #3241CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3241CE; }
p { color: rgb(50,65,206); }
H1.HeaderClassName
{
color: #3241CE;
}
.AnyTagClassName
{
color: #3241CE;
}
</style>
background-color css
<style>
a { background-color: #3241CE; }
a { background-color: rgb(50,65,206); }
div.DivClassName
{
background-color: #3241CE;
}
.BgClassName
{
background-color: #3241CE;
}
</style>
border-color css
<style>
span { border-color: #3241CE; }
span { border-color: rgb(50,65,206); }
td.TdClassName
{
border-color: #3241CE;
}
.TagClassName
{
border-color: #3241CE;
}
</style>