Shades of Free Speech Blue #3D54BD
Tints of Free Speech Blue #3D54BD
RGB
CMYK
RGB Variations
Color information
#3D54BD (or 0x3D54BD) is known color: Free Speech Blue. HEX triplet: 3D, 54 and BD. RGB value is (61,84,189). Sum of RGB (Red+Green+Blue) = 61+84+189=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D54BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D54BD is #C2AB42. Grayscale: #585858. Windows color (decimal): -12757827 or 12407869. OLE color: 12407869.
HSL color Cylindrical-coordinate representation of color #3D54BD: hue angle of 229.22º 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 #3D54BD is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 84 | 189 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.26 |
| HSL | 229.22º | 0.51% | 0.49% | - |
| HSV(B) | 229.22º | 0.68% | 0.74% | - |
| XYZ | 14.28 | 11.01 | 49.52 | - |
| YUV | 89.09 | 184.38 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 84 | 189 | 0.68 | 0.56 | 0 | 0.26 | 229.22 | 0.51 | 0.49 |
| Hex | 3D | 54 | BD | 44 | 38 | 0 | 1A | E5 | 33 | 31 |
| Octal | 75 | 124 | 275 | 104 | 70 | 0 | 32 | 345 | 63 | 61 |
| Binary | 111101 | 1010100 | 10111101 | 1000100 | 111000 | 0 | 11010 | 11100101 | 110011 | 110001 |
Color Harmonies of #3D54BD
Complementary color
Monochromatic Colors of #3D54BD
Black with #3D54BD
Text Example
Text Example
White with #3D54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D54BD; }
p { color: rgb(61,84,189); }
H1.HeaderClassName
{
color: #3D54BD;
}
.AnyTagClassName
{
color: #3D54BD;
}
</style>
background-color css
<style>
a { background-color: #3D54BD; }
a { background-color: rgb(61,84,189); }
div.DivClassName
{
background-color: #3D54BD;
}
.BgClassName
{
background-color: #3D54BD;
}
</style>
border-color css
<style>
span { border-color: #3D54BD; }
span { border-color: rgb(61,84,189); }
td.TdClassName
{
border-color: #3D54BD;
}
.TagClassName
{
border-color: #3D54BD;
}
</style>