Shades of Free Speech Blue #3D2FCE
Tints of Free Speech Blue #3D2FCE
RGB
CMYK
RGB Variations
Color information
#3D2FCE (or 0x3D2FCE) is known color: Free Speech Blue. HEX triplet: 3D, 2F and CE. RGB value is (61,47,206). Sum of RGB (Red+Green+Blue) = 61+47+206=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D2FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2FCE is #C2D031. Grayscale: #444444. Windows color (decimal): -12767282 or 13512509. OLE color: 13512509.
HSL color Cylindrical-coordinate representation of color #3D2FCE: hue angle of 245.28º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D2FCE is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 47 | 206 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.19 |
| HSL | 245.28º | 0.63% | 0.5% | - |
| HSV(B) | 245.28º | 0.77% | 0.81% | - |
| XYZ | 14.08 | 7.48 | 59.09 | - |
| YUV | 69.31 | 205.14 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 206 | 0.70 | 0.77 | 0 | 0.19 | 245.28 | 0.63 | 0.5 |
| Hex | 3D | 2F | CE | 46 | 4D | 0 | 13 | F5 | 3F | 32 |
| Octal | 75 | 57 | 316 | 106 | 115 | 0 | 23 | 365 | 77 | 62 |
| Binary | 111101 | 101111 | 11001110 | 1000110 | 1001101 | 0 | 10011 | 11110101 | 111111 | 110010 |
Color Harmonies of #3D2FCE
Complementary color
Monochromatic Colors of #3D2FCE
Black with #3D2FCE
Text Example
Text Example
White with #3D2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2FCE; }
p { color: rgb(61,47,206); }
H1.HeaderClassName
{
color: #3D2FCE;
}
.AnyTagClassName
{
color: #3D2FCE;
}
</style>
background-color css
<style>
a { background-color: #3D2FCE; }
a { background-color: rgb(61,47,206); }
div.DivClassName
{
background-color: #3D2FCE;
}
.BgClassName
{
background-color: #3D2FCE;
}
</style>
border-color css
<style>
span { border-color: #3D2FCE; }
span { border-color: rgb(61,47,206); }
td.TdClassName
{
border-color: #3D2FCE;
}
.TagClassName
{
border-color: #3D2FCE;
}
</style>