Shades of Free Speech Blue #3D56B6
Tints of Free Speech Blue #3D56B6
RGB
CMYK
RGB Variations
Color information
#3D56B6 (or 0x3D56B6) is known color: Free Speech Blue. HEX triplet: 3D, 56 and B6. RGB value is (61,86,182). Sum of RGB (Red+Green+Blue) = 61+86+182=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #3D56B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D56B6 is #C2A949. Grayscale: #595959. Windows color (decimal): -12757322 or 11949629. OLE color: 11949629.
HSL color Cylindrical-coordinate representation of color #3D56B6: hue angle of 227.6º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D56B6 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 86 | 182 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.29 |
| HSL | 227.6º | 0.5% | 0.48% | - |
| HSV(B) | 227.6º | 0.66% | 0.71% | - |
| XYZ | 13.7 | 11.03 | 45.66 | - |
| YUV | 89.47 | 180.22 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 86 | 182 | 0.66 | 0.53 | 0 | 0.29 | 227.6 | 0.5 | 0.48 |
| Hex | 3D | 56 | B6 | 42 | 35 | 0 | 1D | E4 | 32 | 30 |
| Octal | 75 | 126 | 266 | 102 | 65 | 0 | 35 | 344 | 62 | 60 |
| Binary | 111101 | 1010110 | 10110110 | 1000010 | 110101 | 0 | 11101 | 11100100 | 110010 | 110000 |
Color Harmonies of #3D56B6
Complementary color
Monochromatic Colors of #3D56B6
Black with #3D56B6
Text Example
Text Example
White with #3D56B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D56B6; }
p { color: rgb(61,86,182); }
H1.HeaderClassName
{
color: #3D56B6;
}
.AnyTagClassName
{
color: #3D56B6;
}
</style>
background-color css
<style>
a { background-color: #3D56B6; }
a { background-color: rgb(61,86,182); }
div.DivClassName
{
background-color: #3D56B6;
}
.BgClassName
{
background-color: #3D56B6;
}
</style>
border-color css
<style>
span { border-color: #3D56B6; }
span { border-color: rgb(61,86,182); }
td.TdClassName
{
border-color: #3D56B6;
}
.TagClassName
{
border-color: #3D56B6;
}
</style>