Shades of Free Speech Blue #3754BD
Tints of Free Speech Blue #3754BD
RGB
CMYK
RGB Variations
Color information
#3754BD (or 0x3754BD) is known color: Free Speech Blue. HEX triplet: 37, 54 and BD. RGB value is (55,84,189). Sum of RGB (Red+Green+Blue) = 55+84+189=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #3754BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3754BD is #C8AB42. Grayscale: #565656. Windows color (decimal): -13151043 or 12407863. OLE color: 12407863.
HSL color Cylindrical-coordinate representation of color #3754BD: hue angle of 227.01º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3754BD is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 84 | 189 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.26 |
| HSL | 227.01º | 0.55% | 0.48% | - |
| HSV(B) | 227.01º | 0.71% | 0.74% | - |
| XYZ | 13.93 | 10.83 | 49.5 | - |
| YUV | 87.3 | 185.39 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 84 | 189 | 0.71 | 0.56 | 0 | 0.26 | 227.01 | 0.55 | 0.48 |
| Hex | 37 | 54 | BD | 47 | 38 | 0 | 1A | E3 | 37 | 30 |
| Octal | 67 | 124 | 275 | 107 | 70 | 0 | 32 | 343 | 67 | 60 |
| Binary | 110111 | 1010100 | 10111101 | 1000111 | 111000 | 0 | 11010 | 11100011 | 110111 | 110000 |
Color Harmonies of #3754BD
Complementary color
Monochromatic Colors of #3754BD
Black with #3754BD
Text Example
Text Example
White with #3754BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3754BD; }
p { color: rgb(55,84,189); }
H1.HeaderClassName
{
color: #3754BD;
}
.AnyTagClassName
{
color: #3754BD;
}
</style>
background-color css
<style>
a { background-color: #3754BD; }
a { background-color: rgb(55,84,189); }
div.DivClassName
{
background-color: #3754BD;
}
.BgClassName
{
background-color: #3754BD;
}
</style>
border-color css
<style>
span { border-color: #3754BD; }
span { border-color: rgb(55,84,189); }
td.TdClassName
{
border-color: #3754BD;
}
.TagClassName
{
border-color: #3754BD;
}
</style>