Shades of Free Speech Blue #3D3BDA
Tints of Free Speech Blue #3D3BDA
RGB
CMYK
RGB Variations
Color information
#3D3BDA (or 0x3D3BDA) is known color: Free Speech Blue. HEX triplet: 3D, 3B and DA. RGB value is (61,59,218). Sum of RGB (Red+Green+Blue) = 61+59+218=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D3BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3BDA is #C2C425. Grayscale: #4D4D4D. Windows color (decimal): -12764198 or 14302013. OLE color: 14302013.
HSL color Cylindrical-coordinate representation of color #3D3BDA: hue angle of 240.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D3BDA is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 59 | 218 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.15 |
| HSL | 240.75º | 0.68% | 0.54% | - |
| HSV(B) | 240.75º | 0.73% | 0.85% | - |
| XYZ | 16.14 | 9.18 | 67.25 | - |
| YUV | 77.72 | 207.16 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 59 | 218 | 0.72 | 0.73 | 0 | 0.15 | 240.75 | 0.68 | 0.54 |
| Hex | 3D | 3B | DA | 48 | 49 | 0 | F | F1 | 44 | 36 |
| Octal | 75 | 73 | 332 | 110 | 111 | 0 | 17 | 361 | 104 | 66 |
| Binary | 111101 | 111011 | 11011010 | 1001000 | 1001001 | 0 | 1111 | 11110001 | 1000100 | 110110 |
Color Harmonies of #3D3BDA
Complementary color
Monochromatic Colors of #3D3BDA
Black with #3D3BDA
Text Example
Text Example
White with #3D3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3BDA; }
p { color: rgb(61,59,218); }
H1.HeaderClassName
{
color: #3D3BDA;
}
.AnyTagClassName
{
color: #3D3BDA;
}
</style>
background-color css
<style>
a { background-color: #3D3BDA; }
a { background-color: rgb(61,59,218); }
div.DivClassName
{
background-color: #3D3BDA;
}
.BgClassName
{
background-color: #3D3BDA;
}
</style>
border-color css
<style>
span { border-color: #3D3BDA; }
span { border-color: rgb(61,59,218); }
td.TdClassName
{
border-color: #3D3BDA;
}
.TagClassName
{
border-color: #3D3BDA;
}
</style>