Shades of Free Speech Blue #3754DB
Tints of Free Speech Blue #3754DB
RGB
CMYK
RGB Variations
Color information
#3754DB (or 0x3754DB) is known color: Free Speech Blue. HEX triplet: 37, 54 and DB. RGB value is (55,84,219). Sum of RGB (Red+Green+Blue) = 55+84+219=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #3754DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3754DB is #C8AB24. Grayscale: #5A5A5A. Windows color (decimal): -13151013 or 14373943. OLE color: 14373943.
HSL color Cylindrical-coordinate representation of color #3754DB: hue angle of 229.39º degrees, saturation: 0.69, 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 #3754DB is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 84 | 219 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.14 |
| HSL | 229.39º | 0.69% | 0.54% | - |
| HSV(B) | 229.39º | 0.75% | 0.86% | - |
| XYZ | 17.53 | 12.27 | 68.46 | - |
| YUV | 90.72 | 200.39 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 84 | 219 | 0.75 | 0.62 | 0 | 0.14 | 229.39 | 0.69 | 0.54 |
| Hex | 37 | 54 | DB | 4B | 3E | 0 | E | E5 | 45 | 36 |
| Octal | 67 | 124 | 333 | 113 | 76 | 0 | 16 | 345 | 105 | 66 |
| Binary | 110111 | 1010100 | 11011011 | 1001011 | 111110 | 0 | 1110 | 11100101 | 1000101 | 110110 |
Color Harmonies of #3754DB
Complementary color
Monochromatic Colors of #3754DB
Black with #3754DB
Text Example
Text Example
White with #3754DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3754DB; }
p { color: rgb(55,84,219); }
H1.HeaderClassName
{
color: #3754DB;
}
.AnyTagClassName
{
color: #3754DB;
}
</style>
background-color css
<style>
a { background-color: #3754DB; }
a { background-color: rgb(55,84,219); }
div.DivClassName
{
background-color: #3754DB;
}
.BgClassName
{
background-color: #3754DB;
}
</style>
border-color css
<style>
span { border-color: #3754DB; }
span { border-color: rgb(55,84,219); }
td.TdClassName
{
border-color: #3754DB;
}
.TagClassName
{
border-color: #3754DB;
}
</style>