Shades of Free Speech Blue #3E32CC
Tints of Free Speech Blue #3E32CC
RGB
CMYK
RGB Variations
Color information
#3E32CC (or 0x3E32CC) is known color: Free Speech Blue. HEX triplet: 3E, 32 and CC. RGB value is (62,50,204). Sum of RGB (Red+Green+Blue) = 62+50+204=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E32CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E32CC is #C1CD33. Grayscale: #464646. Windows color (decimal): -12700980 or 13382206. OLE color: 13382206.
HSL color Cylindrical-coordinate representation of color #3E32CC: hue angle of 244.68º degrees, saturation: 0.61, 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 #3E32CC is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 50 | 204 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.2 |
| HSL | 244.68º | 0.61% | 0.5% | - |
| HSV(B) | 244.68º | 0.75% | 0.8% | - |
| XYZ | 14.03 | 7.66 | 57.87 | - |
| YUV | 71.14 | 202.98 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 204 | 0.70 | 0.75 | 0 | 0.2 | 244.68 | 0.61 | 0.5 |
| Hex | 3E | 32 | CC | 46 | 4B | 0 | 14 | F5 | 3D | 32 |
| Octal | 76 | 62 | 314 | 106 | 113 | 0 | 24 | 365 | 75 | 62 |
| Binary | 111110 | 110010 | 11001100 | 1000110 | 1001011 | 0 | 10100 | 11110101 | 111101 | 110010 |
Color Harmonies of #3E32CC
Complementary color
Monochromatic Colors of #3E32CC
Black with #3E32CC
Text Example
Text Example
White with #3E32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E32CC; }
p { color: rgb(62,50,204); }
H1.HeaderClassName
{
color: #3E32CC;
}
.AnyTagClassName
{
color: #3E32CC;
}
</style>
background-color css
<style>
a { background-color: #3E32CC; }
a { background-color: rgb(62,50,204); }
div.DivClassName
{
background-color: #3E32CC;
}
.BgClassName
{
background-color: #3E32CC;
}
</style>
border-color css
<style>
span { border-color: #3E32CC; }
span { border-color: rgb(62,50,204); }
td.TdClassName
{
border-color: #3E32CC;
}
.TagClassName
{
border-color: #3E32CC;
}
</style>