Shades of Free Speech Blue #3744D3
Tints of Free Speech Blue #3744D3
RGB
CMYK
RGB Variations
Color information
#3744D3 (or 0x3744D3) is known color: Free Speech Blue. HEX triplet: 37, 44 and D3. RGB value is (55,68,211). Sum of RGB (Red+Green+Blue) = 55+68+211=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 211 (82.81% from 255 or 63.17% from 334); Max value from RGB is 211 - color contains mainly: blue. Hex color #3744D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3744D3 is #C8BB2C. Grayscale: #4F4F4F. Windows color (decimal): -13155117 or 13845559. OLE color: 13845559.
HSL color Cylindrical-coordinate representation of color #3744D3: hue angle of 235º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3744D3 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 68 | 211 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.17 |
| HSL | 235º | 0.64% | 0.52% | - |
| HSV(B) | 235º | 0.74% | 0.83% | - |
| XYZ | 15.4 | 9.65 | 62.68 | - |
| YUV | 80.42 | 201.69 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 68 | 211 | 0.74 | 0.68 | 0 | 0.17 | 235 | 0.64 | 0.52 |
| Hex | 37 | 44 | D3 | 4A | 44 | 0 | 11 | EB | 40 | 34 |
| Octal | 67 | 104 | 323 | 112 | 104 | 0 | 21 | 353 | 100 | 64 |
| Binary | 110111 | 1000100 | 11010011 | 1001010 | 1000100 | 0 | 10001 | 11101011 | 1000000 | 110100 |
Color Harmonies of #3744D3
Complementary color
Monochromatic Colors of #3744D3
Black with #3744D3
Text Example
Text Example
White with #3744D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3744D3; }
p { color: rgb(55,68,211); }
H1.HeaderClassName
{
color: #3744D3;
}
.AnyTagClassName
{
color: #3744D3;
}
</style>
background-color css
<style>
a { background-color: #3744D3; }
a { background-color: rgb(55,68,211); }
div.DivClassName
{
background-color: #3744D3;
}
.BgClassName
{
background-color: #3744D3;
}
</style>
border-color css
<style>
span { border-color: #3744D3; }
span { border-color: rgb(55,68,211); }
td.TdClassName
{
border-color: #3744D3;
}
.TagClassName
{
border-color: #3744D3;
}
</style>