Shades of Free Speech Blue #3B37DB
Tints of Free Speech Blue #3B37DB
RGB
CMYK
RGB Variations
Color information
#3B37DB (or 0x3B37DB) is known color: Free Speech Blue. HEX triplet: 3B, 37 and DB. RGB value is (59,55,219). Sum of RGB (Red+Green+Blue) = 59+55+219=333 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.72% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B37DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B37DB is #C4C824. Grayscale: #4A4A4A. Windows color (decimal): -12896293 or 14366523. OLE color: 14366523.
HSL color Cylindrical-coordinate representation of color #3B37DB: hue angle of 241.46º 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 #3B37DB is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 55 | 219 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.14 |
| HSL | 241.46º | 0.69% | 0.54% | - |
| HSV(B) | 241.46º | 0.75% | 0.86% | - |
| XYZ | 15.96 | 8.78 | 67.87 | - |
| YUV | 74.89 | 209.33 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 219 | 0.73 | 0.75 | 0 | 0.14 | 241.46 | 0.69 | 0.54 |
| Hex | 3B | 37 | DB | 49 | 4B | 0 | E | F1 | 45 | 36 |
| Octal | 73 | 67 | 333 | 111 | 113 | 0 | 16 | 361 | 105 | 66 |
| Binary | 111011 | 110111 | 11011011 | 1001001 | 1001011 | 0 | 1110 | 11110001 | 1000101 | 110110 |
Color Harmonies of #3B37DB
Complementary color
Monochromatic Colors of #3B37DB
Black with #3B37DB
Text Example
Text Example
White with #3B37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B37DB; }
p { color: rgb(59,55,219); }
H1.HeaderClassName
{
color: #3B37DB;
}
.AnyTagClassName
{
color: #3B37DB;
}
</style>
background-color css
<style>
a { background-color: #3B37DB; }
a { background-color: rgb(59,55,219); }
div.DivClassName
{
background-color: #3B37DB;
}
.BgClassName
{
background-color: #3B37DB;
}
</style>
border-color css
<style>
span { border-color: #3B37DB; }
span { border-color: rgb(59,55,219); }
td.TdClassName
{
border-color: #3B37DB;
}
.TagClassName
{
border-color: #3B37DB;
}
</style>