Shades of Free Speech Blue #3746DF
Tints of Free Speech Blue #3746DF
RGB
CMYK
RGB Variations
Color information
#3746DF (or 0x3746DF) is known color: Free Speech Blue. HEX triplet: 37, 46 and DF. RGB value is (55,70,223). Sum of RGB (Red+Green+Blue) = 55+70+223=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #3746DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3746DF is #C8B920. Grayscale: #525252. Windows color (decimal): -13154593 or 14632503. OLE color: 14632503.
HSL color Cylindrical-coordinate representation of color #3746DF: hue angle of 234.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3746DF is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 70 | 223 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.13 |
| HSL | 234.64º | 0.72% | 0.55% | - |
| HSV(B) | 234.64º | 0.75% | 0.87% | - |
| XYZ | 17.08 | 10.52 | 70.94 | - |
| YUV | 82.96 | 207.03 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 223 | 0.75 | 0.69 | 0 | 0.13 | 234.64 | 0.72 | 0.55 |
| Hex | 37 | 46 | DF | 4B | 45 | 0 | D | EB | 48 | 37 |
| Octal | 67 | 106 | 337 | 113 | 105 | 0 | 15 | 353 | 110 | 67 |
| Binary | 110111 | 1000110 | 11011111 | 1001011 | 1000101 | 0 | 1101 | 11101011 | 1001000 | 110111 |
Color Harmonies of #3746DF
Complementary color
Monochromatic Colors of #3746DF
Black with #3746DF
Text Example
Text Example
White with #3746DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3746DF; }
p { color: rgb(55,70,223); }
H1.HeaderClassName
{
color: #3746DF;
}
.AnyTagClassName
{
color: #3746DF;
}
</style>
background-color css
<style>
a { background-color: #3746DF; }
a { background-color: rgb(55,70,223); }
div.DivClassName
{
background-color: #3746DF;
}
.BgClassName
{
background-color: #3746DF;
}
</style>
border-color css
<style>
span { border-color: #3746DF; }
span { border-color: rgb(55,70,223); }
td.TdClassName
{
border-color: #3746DF;
}
.TagClassName
{
border-color: #3746DF;
}
</style>