Shades of Free Speech Blue #3D3ADC
Tints of Free Speech Blue #3D3ADC
RGB
CMYK
RGB Variations
Color information
#3D3ADC (or 0x3D3ADC) is known color: Free Speech Blue. HEX triplet: 3D, 3A and DC. RGB value is (61,58,220). Sum of RGB (Red+Green+Blue) = 61+58+220=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #3D3ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3ADC is #C2C523. Grayscale: #4C4C4C. Windows color (decimal): -12764452 or 14432829. OLE color: 14432829.
HSL color Cylindrical-coordinate representation of color #3D3ADC: hue angle of 241.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D3ADC is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 58 | 220 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.14 |
| HSL | 241.11º | 0.7% | 0.55% | - |
| HSV(B) | 241.11º | 0.74% | 0.86% | - |
| XYZ | 16.36 | 9.19 | 68.62 | - |
| YUV | 77.37 | 208.49 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 220 | 0.72 | 0.74 | 0 | 0.14 | 241.11 | 0.7 | 0.55 |
| Hex | 3D | 3A | DC | 48 | 4A | 0 | E | F1 | 46 | 37 |
| Octal | 75 | 72 | 334 | 110 | 112 | 0 | 16 | 361 | 106 | 67 |
| Binary | 111101 | 111010 | 11011100 | 1001000 | 1001010 | 0 | 1110 | 11110001 | 1000110 | 110111 |
Color Harmonies of #3D3ADC
Complementary color
Monochromatic Colors of #3D3ADC
Black with #3D3ADC
Text Example
Text Example
White with #3D3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3ADC; }
p { color: rgb(61,58,220); }
H1.HeaderClassName
{
color: #3D3ADC;
}
.AnyTagClassName
{
color: #3D3ADC;
}
</style>
background-color css
<style>
a { background-color: #3D3ADC; }
a { background-color: rgb(61,58,220); }
div.DivClassName
{
background-color: #3D3ADC;
}
.BgClassName
{
background-color: #3D3ADC;
}
</style>
border-color css
<style>
span { border-color: #3D3ADC; }
span { border-color: rgb(61,58,220); }
td.TdClassName
{
border-color: #3D3ADC;
}
.TagClassName
{
border-color: #3D3ADC;
}
</style>