Shades of Free Speech Blue #3743DF
Tints of Free Speech Blue #3743DF
RGB
CMYK
RGB Variations
Color information
#3743DF (or 0x3743DF) is known color: Free Speech Blue. HEX triplet: 37, 43 and DF. RGB value is (55,67,223). Sum of RGB (Red+Green+Blue) = 55+67+223=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #3743DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3743DF is #C8BC20. Grayscale: #505050. Windows color (decimal): -13155361 or 14631735. OLE color: 14631735.
HSL color Cylindrical-coordinate representation of color #3743DF: hue angle of 235.71º 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 #3743DF is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 67 | 223 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.13 |
| HSL | 235.71º | 0.72% | 0.55% | - |
| HSV(B) | 235.71º | 0.75% | 0.87% | - |
| XYZ | 16.9 | 10.15 | 70.88 | - |
| YUV | 81.2 | 208.02 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 223 | 0.75 | 0.70 | 0 | 0.13 | 235.71 | 0.72 | 0.55 |
| Hex | 37 | 43 | DF | 4B | 46 | 0 | D | EC | 48 | 37 |
| Octal | 67 | 103 | 337 | 113 | 106 | 0 | 15 | 354 | 110 | 67 |
| Binary | 110111 | 1000011 | 11011111 | 1001011 | 1000110 | 0 | 1101 | 11101100 | 1001000 | 110111 |
Color Harmonies of #3743DF
Complementary color
Monochromatic Colors of #3743DF
Black with #3743DF
Text Example
Text Example
White with #3743DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3743DF; }
p { color: rgb(55,67,223); }
H1.HeaderClassName
{
color: #3743DF;
}
.AnyTagClassName
{
color: #3743DF;
}
</style>
background-color css
<style>
a { background-color: #3743DF; }
a { background-color: rgb(55,67,223); }
div.DivClassName
{
background-color: #3743DF;
}
.BgClassName
{
background-color: #3743DF;
}
</style>
border-color css
<style>
span { border-color: #3743DF; }
span { border-color: rgb(55,67,223); }
td.TdClassName
{
border-color: #3743DF;
}
.TagClassName
{
border-color: #3743DF;
}
</style>