Shades of Free Speech Blue #3D3AB3
Tints of Free Speech Blue #3D3AB3
RGB
CMYK
RGB Variations
Color information
#3D3AB3 (or 0x3D3AB3) is known color: Free Speech Blue. HEX triplet: 3D, 3A and B3. RGB value is (61,58,179). Sum of RGB (Red+Green+Blue) = 61+58+179=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 179 (70.31% from 255 or 60.07% from 298); Max value from RGB is 179 - color contains mainly: blue. Hex color #3D3AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3AB3 is #C2C54C. Grayscale: #484848. Windows color (decimal): -12764493 or 11745853. OLE color: 11745853.
HSL color Cylindrical-coordinate representation of color #3D3AB3: hue angle of 241.49º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D3AB3 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 58 | 179 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.30 |
| HSL | 241.49º | 0.51% | 0.46% | - |
| HSV(B) | 241.49º | 0.68% | 0.7% | - |
| XYZ | 11.57 | 7.27 | 43.44 | - |
| YUV | 72.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 179 | 0.66 | 0.68 | 0 | 0.30 | 241.49 | 0.51 | 0.46 |
| Hex | 3D | 3A | B3 | 42 | 44 | 0 | 1E | F1 | 33 | 2E |
| Octal | 75 | 72 | 263 | 102 | 104 | 0 | 36 | 361 | 63 | 56 |
| Binary | 111101 | 111010 | 10110011 | 1000010 | 1000100 | 0 | 11110 | 11110001 | 110011 | 101110 |
Color Harmonies of #3D3AB3
Complementary color
Monochromatic Colors of #3D3AB3
Black with #3D3AB3
Text Example
Text Example
White with #3D3AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3AB3; }
p { color: rgb(61,58,179); }
H1.HeaderClassName
{
color: #3D3AB3;
}
.AnyTagClassName
{
color: #3D3AB3;
}
</style>
background-color css
<style>
a { background-color: #3D3AB3; }
a { background-color: rgb(61,58,179); }
div.DivClassName
{
background-color: #3D3AB3;
}
.BgClassName
{
background-color: #3D3AB3;
}
</style>
border-color css
<style>
span { border-color: #3D3AB3; }
span { border-color: rgb(61,58,179); }
td.TdClassName
{
border-color: #3D3AB3;
}
.TagClassName
{
border-color: #3D3AB3;
}
</style>