Shades of Free Speech Blue #3D3ECE
Tints of Free Speech Blue #3D3ECE
RGB
CMYK
RGB Variations
Color information
#3D3ECE (or 0x3D3ECE) is known color: Free Speech Blue. HEX triplet: 3D, 3E and CE. RGB value is (61,62,206). Sum of RGB (Red+Green+Blue) = 61+62+206=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D3ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3ECE is #C2C131. Grayscale: #4D4D4D. Windows color (decimal): -12763442 or 13516349. OLE color: 13516349.
HSL color Cylindrical-coordinate representation of color #3D3ECE: hue angle of 239.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D3ECE is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 62 | 206 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.19 |
| HSL | 239.59º | 0.6% | 0.52% | - |
| HSV(B) | 239.59º | 0.7% | 0.81% | - |
| XYZ | 14.79 | 8.89 | 59.33 | - |
| YUV | 78.12 | 200.17 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 206 | 0.70 | 0.70 | 0 | 0.19 | 239.59 | 0.6 | 0.52 |
| Hex | 3D | 3E | CE | 46 | 46 | 0 | 13 | F0 | 3C | 34 |
| Octal | 75 | 76 | 316 | 106 | 106 | 0 | 23 | 360 | 74 | 64 |
| Binary | 111101 | 111110 | 11001110 | 1000110 | 1000110 | 0 | 10011 | 11110000 | 111100 | 110100 |
Color Harmonies of #3D3ECE
Complementary color
Monochromatic Colors of #3D3ECE
Black with #3D3ECE
Text Example
Text Example
White with #3D3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3ECE; }
p { color: rgb(61,62,206); }
H1.HeaderClassName
{
color: #3D3ECE;
}
.AnyTagClassName
{
color: #3D3ECE;
}
</style>
background-color css
<style>
a { background-color: #3D3ECE; }
a { background-color: rgb(61,62,206); }
div.DivClassName
{
background-color: #3D3ECE;
}
.BgClassName
{
background-color: #3D3ECE;
}
</style>
border-color css
<style>
span { border-color: #3D3ECE; }
span { border-color: rgb(61,62,206); }
td.TdClassName
{
border-color: #3D3ECE;
}
.TagClassName
{
border-color: #3D3ECE;
}
</style>