Shades of Free Speech Blue #3D55BB
Tints of Free Speech Blue #3D55BB
RGB
CMYK
RGB Variations
Color information
#3D55BB (or 0x3D55BB) is known color: Free Speech Blue. HEX triplet: 3D, 55 and BB. RGB value is (61,85,187). Sum of RGB (Red+Green+Blue) = 61+85+187=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D55BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D55BB is #C2AA44. Grayscale: #595959. Windows color (decimal): -12757573 or 12277053. OLE color: 12277053.
HSL color Cylindrical-coordinate representation of color #3D55BB: hue angle of 228.57º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D55BB is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 85 | 187 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.27 |
| HSL | 228.57º | 0.51% | 0.49% | - |
| HSV(B) | 228.57º | 0.67% | 0.73% | - |
| XYZ | 14.14 | 11.08 | 48.41 | - |
| YUV | 89.45 | 183.05 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 187 | 0.67 | 0.55 | 0 | 0.27 | 228.57 | 0.51 | 0.49 |
| Hex | 3D | 55 | BB | 43 | 37 | 0 | 1B | E5 | 33 | 31 |
| Octal | 75 | 125 | 273 | 103 | 67 | 0 | 33 | 345 | 63 | 61 |
| Binary | 111101 | 1010101 | 10111011 | 1000011 | 110111 | 0 | 11011 | 11100101 | 110011 | 110001 |
Color Harmonies of #3D55BB
Complementary color
Monochromatic Colors of #3D55BB
Black with #3D55BB
Text Example
Text Example
White with #3D55BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D55BB; }
p { color: rgb(61,85,187); }
H1.HeaderClassName
{
color: #3D55BB;
}
.AnyTagClassName
{
color: #3D55BB;
}
</style>
background-color css
<style>
a { background-color: #3D55BB; }
a { background-color: rgb(61,85,187); }
div.DivClassName
{
background-color: #3D55BB;
}
.BgClassName
{
background-color: #3D55BB;
}
</style>
border-color css
<style>
span { border-color: #3D55BB; }
span { border-color: rgb(61,85,187); }
td.TdClassName
{
border-color: #3D55BB;
}
.TagClassName
{
border-color: #3D55BB;
}
</style>