Shades of Free Speech Blue #3D59D0
Tints of Free Speech Blue #3D59D0
RGB
CMYK
RGB Variations
Color information
#3D59D0 (or 0x3D59D0) is known color: Free Speech Blue. HEX triplet: 3D, 59 and D0. RGB value is (61,89,208). Sum of RGB (Red+Green+Blue) = 61+89+208=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #3D59D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D59D0 is #C2A62F. Grayscale: #5D5D5D. Windows color (decimal): -12756528 or 13654333. OLE color: 13654333.
HSL color Cylindrical-coordinate representation of color #3D59D0: hue angle of 228.57º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D59D0 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 89 | 208 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.18 |
| HSL | 228.57º | 0.61% | 0.53% | - |
| HSV(B) | 228.57º | 0.71% | 0.82% | - |
| XYZ | 16.88 | 12.69 | 61.23 | - |
| YUV | 94.19 | 192.22 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 208 | 0.71 | 0.57 | 0 | 0.18 | 228.57 | 0.61 | 0.53 |
| Hex | 3D | 59 | D0 | 47 | 39 | 0 | 12 | E5 | 3D | 35 |
| Octal | 75 | 131 | 320 | 107 | 71 | 0 | 22 | 345 | 75 | 65 |
| Binary | 111101 | 1011001 | 11010000 | 1000111 | 111001 | 0 | 10010 | 11100101 | 111101 | 110101 |
Color Harmonies of #3D59D0
Complementary color
Monochromatic Colors of #3D59D0
Black with #3D59D0
Text Example
Text Example
White with #3D59D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D59D0; }
p { color: rgb(61,89,208); }
H1.HeaderClassName
{
color: #3D59D0;
}
.AnyTagClassName
{
color: #3D59D0;
}
</style>
background-color css
<style>
a { background-color: #3D59D0; }
a { background-color: rgb(61,89,208); }
div.DivClassName
{
background-color: #3D59D0;
}
.BgClassName
{
background-color: #3D59D0;
}
</style>
border-color css
<style>
span { border-color: #3D59D0; }
span { border-color: rgb(61,89,208); }
td.TdClassName
{
border-color: #3D59D0;
}
.TagClassName
{
border-color: #3D59D0;
}
</style>