Shades of Free Speech Blue #3B55DB
Tints of Free Speech Blue #3B55DB
RGB
CMYK
RGB Variations
Color information
#3B55DB (or 0x3B55DB) is known color: Free Speech Blue. HEX triplet: 3B, 55 and DB. RGB value is (59,85,219). Sum of RGB (Red+Green+Blue) = 59+85+219=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B55DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B55DB is #C4AA24. Grayscale: #5B5B5B. Windows color (decimal): -12888613 or 14374203. OLE color: 14374203.
HSL color Cylindrical-coordinate representation of color #3B55DB: hue angle of 230.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B55DB is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 85 | 219 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.14 |
| HSL | 230.25º | 0.69% | 0.55% | - |
| HSV(B) | 230.25º | 0.73% | 0.86% | - |
| XYZ | 17.84 | 12.54 | 68.5 | - |
| YUV | 92.5 | 199.39 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 85 | 219 | 0.73 | 0.61 | 0 | 0.14 | 230.25 | 0.69 | 0.55 |
| Hex | 3B | 55 | DB | 49 | 3D | 0 | E | E6 | 45 | 37 |
| Octal | 73 | 125 | 333 | 111 | 75 | 0 | 16 | 346 | 105 | 67 |
| Binary | 111011 | 1010101 | 11011011 | 1001001 | 111101 | 0 | 1110 | 11100110 | 1000101 | 110111 |
Color Harmonies of #3B55DB
Complementary color
Monochromatic Colors of #3B55DB
Black with #3B55DB
Text Example
Text Example
White with #3B55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B55DB; }
p { color: rgb(59,85,219); }
H1.HeaderClassName
{
color: #3B55DB;
}
.AnyTagClassName
{
color: #3B55DB;
}
</style>
background-color css
<style>
a { background-color: #3B55DB; }
a { background-color: rgb(59,85,219); }
div.DivClassName
{
background-color: #3B55DB;
}
.BgClassName
{
background-color: #3B55DB;
}
</style>
border-color css
<style>
span { border-color: #3B55DB; }
span { border-color: rgb(59,85,219); }
td.TdClassName
{
border-color: #3B55DB;
}
.TagClassName
{
border-color: #3B55DB;
}
</style>