Shades of Free Speech Blue #3242CE
Tints of Free Speech Blue #3242CE
RGB
CMYK
RGB Variations
Color information
#3242CE (or 0x3242CE) is known color: Free Speech Blue. HEX triplet: 32, 42 and CE. RGB value is (50,66,206). Sum of RGB (Red+Green+Blue) = 50+66+206=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #3242CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3242CE is #CDBD31. Grayscale: #4C4C4C. Windows color (decimal): -13483314 or 13517362. OLE color: 13517362.
HSL color Cylindrical-coordinate representation of color #3242CE: hue angle of 233.85º 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 #3242CE is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 66 | 206 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.19 |
| HSL | 233.85º | 0.61% | 0.5% | - |
| HSV(B) | 233.85º | 0.76% | 0.81% | - |
| XYZ | 14.4 | 9.03 | 59.38 | - |
| YUV | 77.18 | 200.7 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 206 | 0.76 | 0.68 | 0 | 0.19 | 233.85 | 0.61 | 0.5 |
| Hex | 32 | 42 | CE | 4C | 44 | 0 | 13 | EA | 3D | 32 |
| Octal | 62 | 102 | 316 | 114 | 104 | 0 | 23 | 352 | 75 | 62 |
| Binary | 110010 | 1000010 | 11001110 | 1001100 | 1000100 | 0 | 10011 | 11101010 | 111101 | 110010 |
Color Harmonies of #3242CE
Complementary color
Monochromatic Colors of #3242CE
Black with #3242CE
Text Example
Text Example
White with #3242CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3242CE; }
p { color: rgb(50,66,206); }
H1.HeaderClassName
{
color: #3242CE;
}
.AnyTagClassName
{
color: #3242CE;
}
</style>
background-color css
<style>
a { background-color: #3242CE; }
a { background-color: rgb(50,66,206); }
div.DivClassName
{
background-color: #3242CE;
}
.BgClassName
{
background-color: #3242CE;
}
</style>
border-color css
<style>
span { border-color: #3242CE; }
span { border-color: rgb(50,66,206); }
td.TdClassName
{
border-color: #3242CE;
}
.TagClassName
{
border-color: #3242CE;
}
</style>