Shades of Free Speech Blue #3246CE
Tints of Free Speech Blue #3246CE
RGB
CMYK
RGB Variations
Color information
#3246CE (or 0x3246CE) is known color: Free Speech Blue. HEX triplet: 32, 46 and CE. RGB value is (50,70,206). Sum of RGB (Red+Green+Blue) = 50+70+206=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #3246CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3246CE is #CDB931. Grayscale: #4E4E4E. Windows color (decimal): -13482290 or 13518386. OLE color: 13518386.
HSL color Cylindrical-coordinate representation of color #3246CE: hue angle of 232.31º 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 #3246CE is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 70 | 206 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.19 |
| HSL | 232.31º | 0.61% | 0.5% | - |
| HSV(B) | 232.31º | 0.76% | 0.81% | - |
| XYZ | 14.65 | 9.51 | 59.46 | - |
| YUV | 79.52 | 199.37 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 70 | 206 | 0.76 | 0.66 | 0 | 0.19 | 232.31 | 0.61 | 0.5 |
| Hex | 32 | 46 | CE | 4C | 42 | 0 | 13 | E8 | 3D | 32 |
| Octal | 62 | 106 | 316 | 114 | 102 | 0 | 23 | 350 | 75 | 62 |
| Binary | 110010 | 1000110 | 11001110 | 1001100 | 1000010 | 0 | 10011 | 11101000 | 111101 | 110010 |
Color Harmonies of #3246CE
Complementary color
Monochromatic Colors of #3246CE
Black with #3246CE
Text Example
Text Example
White with #3246CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3246CE; }
p { color: rgb(50,70,206); }
H1.HeaderClassName
{
color: #3246CE;
}
.AnyTagClassName
{
color: #3246CE;
}
</style>
background-color css
<style>
a { background-color: #3246CE; }
a { background-color: rgb(50,70,206); }
div.DivClassName
{
background-color: #3246CE;
}
.BgClassName
{
background-color: #3246CE;
}
</style>
border-color css
<style>
span { border-color: #3246CE; }
span { border-color: rgb(50,70,206); }
td.TdClassName
{
border-color: #3246CE;
}
.TagClassName
{
border-color: #3246CE;
}
</style>