Shades of Free Speech Blue #3D6BBD
Tints of Free Speech Blue #3D6BBD
RGB
CMYK
RGB Variations
Color information
#3D6BBD (or 0x3D6BBD) is known color: Free Speech Blue. HEX triplet: 3D, 6B and BD. RGB value is (61,107,189). Sum of RGB (Red+Green+Blue) = 61+107+189=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D6BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6BBD is #C29442. Grayscale: #666666. Windows color (decimal): -12751939 or 12413757. OLE color: 12413757.
HSL color Cylindrical-coordinate representation of color #3D6BBD: hue angle of 218.44º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D6BBD is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 107 | 189 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.26 |
| HSL | 218.44º | 0.51% | 0.49% | - |
| HSV(B) | 218.44º | 0.68% | 0.74% | - |
| XYZ | 16.37 | 15.18 | 50.21 | - |
| YUV | 102.59 | 176.76 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 107 | 189 | 0.68 | 0.43 | 0 | 0.26 | 218.44 | 0.51 | 0.49 |
| Hex | 3D | 6B | BD | 44 | 2B | 0 | 1A | DA | 33 | 31 |
| Octal | 75 | 153 | 275 | 104 | 53 | 0 | 32 | 332 | 63 | 61 |
| Binary | 111101 | 1101011 | 10111101 | 1000100 | 101011 | 0 | 11010 | 11011010 | 110011 | 110001 |
Color Harmonies of #3D6BBD
Complementary color
Monochromatic Colors of #3D6BBD
Black with #3D6BBD
Text Example
Text Example
White with #3D6BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6BBD; }
p { color: rgb(61,107,189); }
H1.HeaderClassName
{
color: #3D6BBD;
}
.AnyTagClassName
{
color: #3D6BBD;
}
</style>
background-color css
<style>
a { background-color: #3D6BBD; }
a { background-color: rgb(61,107,189); }
div.DivClassName
{
background-color: #3D6BBD;
}
.BgClassName
{
background-color: #3D6BBD;
}
</style>
border-color css
<style>
span { border-color: #3D6BBD; }
span { border-color: rgb(61,107,189); }
td.TdClassName
{
border-color: #3D6BBD;
}
.TagClassName
{
border-color: #3D6BBD;
}
</style>