Shades of Free Speech Blue #3746BC
Tints of Free Speech Blue #3746BC
RGB
CMYK
RGB Variations
Color information
#3746BC (or 0x3746BC) is known color: Free Speech Blue. HEX triplet: 37, 46 and BC. RGB value is (55,70,188). Sum of RGB (Red+Green+Blue) = 55+70+188=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #3746BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3746BC is #C8B943. Grayscale: #4E4E4E. Windows color (decimal): -13154628 or 12338743. OLE color: 12338743.
HSL color Cylindrical-coordinate representation of color #3746BC: hue angle of 233.23º 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 #3746BC is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 70 | 188 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.26 |
| HSL | 233.23º | 0.55% | 0.48% | - |
| HSV(B) | 233.23º | 0.71% | 0.74% | - |
| XYZ | 12.84 | 8.82 | 48.6 | - |
| YUV | 78.97 | 189.53 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 188 | 0.71 | 0.63 | 0 | 0.26 | 233.23 | 0.55 | 0.48 |
| Hex | 37 | 46 | BC | 47 | 3F | 0 | 1A | E9 | 37 | 30 |
| Octal | 67 | 106 | 274 | 107 | 77 | 0 | 32 | 351 | 67 | 60 |
| Binary | 110111 | 1000110 | 10111100 | 1000111 | 111111 | 0 | 11010 | 11101001 | 110111 | 110000 |
Color Harmonies of #3746BC
Complementary color
Monochromatic Colors of #3746BC
Black with #3746BC
Text Example
Text Example
White with #3746BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3746BC; }
p { color: rgb(55,70,188); }
H1.HeaderClassName
{
color: #3746BC;
}
.AnyTagClassName
{
color: #3746BC;
}
</style>
background-color css
<style>
a { background-color: #3746BC; }
a { background-color: rgb(55,70,188); }
div.DivClassName
{
background-color: #3746BC;
}
.BgClassName
{
background-color: #3746BC;
}
</style>
border-color css
<style>
span { border-color: #3746BC; }
span { border-color: rgb(55,70,188); }
td.TdClassName
{
border-color: #3746BC;
}
.TagClassName
{
border-color: #3746BC;
}
</style>