Shades of Free Speech Blue #3C32CE
Tints of Free Speech Blue #3C32CE
RGB
CMYK
RGB Variations
Color information
#3C32CE (or 0x3C32CE) is known color: Free Speech Blue. HEX triplet: 3C, 32 and CE. RGB value is (60,50,206). Sum of RGB (Red+Green+Blue) = 60+50+206=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C32CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C32CE is #C3CD31. Grayscale: #464646. Windows color (decimal): -12832050 or 13513276. OLE color: 13513276.
HSL color Cylindrical-coordinate representation of color #3C32CE: hue angle of 243.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 #3C32CE is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 50 | 206 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.19 |
| HSL | 243.85º | 0.61% | 0.5% | - |
| HSV(B) | 243.85º | 0.76% | 0.81% | - |
| XYZ | 14.14 | 7.7 | 59.13 | - |
| YUV | 70.77 | 204.31 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 206 | 0.71 | 0.76 | 0 | 0.19 | 243.85 | 0.61 | 0.5 |
| Hex | 3C | 32 | CE | 47 | 4C | 0 | 13 | F4 | 3D | 32 |
| Octal | 74 | 62 | 316 | 107 | 114 | 0 | 23 | 364 | 75 | 62 |
| Binary | 111100 | 110010 | 11001110 | 1000111 | 1001100 | 0 | 10011 | 11110100 | 111101 | 110010 |
Color Harmonies of #3C32CE
Complementary color
Monochromatic Colors of #3C32CE
Black with #3C32CE
Text Example
Text Example
White with #3C32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C32CE; }
p { color: rgb(60,50,206); }
H1.HeaderClassName
{
color: #3C32CE;
}
.AnyTagClassName
{
color: #3C32CE;
}
</style>
background-color css
<style>
a { background-color: #3C32CE; }
a { background-color: rgb(60,50,206); }
div.DivClassName
{
background-color: #3C32CE;
}
.BgClassName
{
background-color: #3C32CE;
}
</style>
border-color css
<style>
span { border-color: #3C32CE; }
span { border-color: rgb(60,50,206); }
td.TdClassName
{
border-color: #3C32CE;
}
.TagClassName
{
border-color: #3C32CE;
}
</style>