Shades of Free Speech Blue #3D3ADE
Tints of Free Speech Blue #3D3ADE
RGB
CMYK
RGB Variations
Color information
#3D3ADE (or 0x3D3ADE) is known color: Free Speech Blue. HEX triplet: 3D, 3A and DE. RGB value is (61,58,222). Sum of RGB (Red+Green+Blue) = 61+58+222=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #3D3ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3ADE is #C2C521. Grayscale: #4C4C4C. Windows color (decimal): -12764450 or 14563901. OLE color: 14563901.
HSL color Cylindrical-coordinate representation of color #3D3ADE: hue angle of 241.1º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D3ADE is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 58 | 222 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.13 |
| HSL | 241.1º | 0.71% | 0.55% | - |
| HSV(B) | 241.1º | 0.74% | 0.87% | - |
| XYZ | 16.62 | 9.29 | 70.02 | - |
| YUV | 77.59 | 209.49 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 222 | 0.73 | 0.74 | 0 | 0.13 | 241.1 | 0.71 | 0.55 |
| Hex | 3D | 3A | DE | 49 | 4A | 0 | D | F1 | 47 | 37 |
| Octal | 75 | 72 | 336 | 111 | 112 | 0 | 15 | 361 | 107 | 67 |
| Binary | 111101 | 111010 | 11011110 | 1001001 | 1001010 | 0 | 1101 | 11110001 | 1000111 | 110111 |
Color Harmonies of #3D3ADE
Complementary color
Monochromatic Colors of #3D3ADE
Black with #3D3ADE
Text Example
Text Example
White with #3D3ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3ADE; }
p { color: rgb(61,58,222); }
H1.HeaderClassName
{
color: #3D3ADE;
}
.AnyTagClassName
{
color: #3D3ADE;
}
</style>
background-color css
<style>
a { background-color: #3D3ADE; }
a { background-color: rgb(61,58,222); }
div.DivClassName
{
background-color: #3D3ADE;
}
.BgClassName
{
background-color: #3D3ADE;
}
</style>
border-color css
<style>
span { border-color: #3D3ADE; }
span { border-color: rgb(61,58,222); }
td.TdClassName
{
border-color: #3D3ADE;
}
.TagClassName
{
border-color: #3D3ADE;
}
</style>