Shades of Free Speech Blue #3743DC
Tints of Free Speech Blue #3743DC
RGB
CMYK
RGB Variations
Color information
#3743DC (or 0x3743DC) is known color: Free Speech Blue. HEX triplet: 37, 43 and DC. RGB value is (55,67,220). Sum of RGB (Red+Green+Blue) = 55+67+220=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #3743DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3743DC is #C8BC23. Grayscale: #505050. Windows color (decimal): -13155364 or 14435127. OLE color: 14435127.
HSL color Cylindrical-coordinate representation of color #3743DC: hue angle of 235.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3743DC is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 67 | 220 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.14 |
| HSL | 235.64º | 0.7% | 0.54% | - |
| HSV(B) | 235.64º | 0.75% | 0.86% | - |
| XYZ | 16.5 | 9.99 | 68.77 | - |
| YUV | 80.85 | 206.52 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 220 | 0.75 | 0.70 | 0 | 0.14 | 235.64 | 0.7 | 0.54 |
| Hex | 37 | 43 | DC | 4B | 46 | 0 | E | EC | 46 | 36 |
| Octal | 67 | 103 | 334 | 113 | 106 | 0 | 16 | 354 | 106 | 66 |
| Binary | 110111 | 1000011 | 11011100 | 1001011 | 1000110 | 0 | 1110 | 11101100 | 1000110 | 110110 |
Color Harmonies of #3743DC
Complementary color
Monochromatic Colors of #3743DC
Black with #3743DC
Text Example
Text Example
White with #3743DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3743DC; }
p { color: rgb(55,67,220); }
H1.HeaderClassName
{
color: #3743DC;
}
.AnyTagClassName
{
color: #3743DC;
}
</style>
background-color css
<style>
a { background-color: #3743DC; }
a { background-color: rgb(55,67,220); }
div.DivClassName
{
background-color: #3743DC;
}
.BgClassName
{
background-color: #3743DC;
}
</style>
border-color css
<style>
span { border-color: #3743DC; }
span { border-color: rgb(55,67,220); }
td.TdClassName
{
border-color: #3743DC;
}
.TagClassName
{
border-color: #3743DC;
}
</style>