Shades of Free Speech Blue #3D6BBE
Tints of Free Speech Blue #3D6BBE
RGB
CMYK
RGB Variations
Color information
#3D6BBE (or 0x3D6BBE) is known color: Free Speech Blue. HEX triplet: 3D, 6B and BE. RGB value is (61,107,190). Sum of RGB (Red+Green+Blue) = 61+107+190=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D6BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6BBE is #C29441. Grayscale: #666666. Windows color (decimal): -12751938 or 12479293. OLE color: 12479293.
HSL color Cylindrical-coordinate representation of color #3D6BBE: hue angle of 218.6º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D6BBE is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 107 | 190 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.25 |
| HSL | 218.6º | 0.51% | 0.49% | - |
| HSV(B) | 218.6º | 0.68% | 0.75% | - |
| XYZ | 16.48 | 15.23 | 50.79 | - |
| YUV | 102.71 | 177.26 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 107 | 190 | 0.68 | 0.44 | 0 | 0.25 | 218.6 | 0.51 | 0.49 |
| Hex | 3D | 6B | BE | 44 | 2C | 0 | 19 | DB | 33 | 31 |
| Octal | 75 | 153 | 276 | 104 | 54 | 0 | 31 | 333 | 63 | 61 |
| Binary | 111101 | 1101011 | 10111110 | 1000100 | 101100 | 0 | 11001 | 11011011 | 110011 | 110001 |
Color Harmonies of #3D6BBE
Complementary color
Monochromatic Colors of #3D6BBE
Black with #3D6BBE
Text Example
Text Example
White with #3D6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6BBE; }
p { color: rgb(61,107,190); }
H1.HeaderClassName
{
color: #3D6BBE;
}
.AnyTagClassName
{
color: #3D6BBE;
}
</style>
background-color css
<style>
a { background-color: #3D6BBE; }
a { background-color: rgb(61,107,190); }
div.DivClassName
{
background-color: #3D6BBE;
}
.BgClassName
{
background-color: #3D6BBE;
}
</style>
border-color css
<style>
span { border-color: #3D6BBE; }
span { border-color: rgb(61,107,190); }
td.TdClassName
{
border-color: #3D6BBE;
}
.TagClassName
{
border-color: #3D6BBE;
}
</style>