Shades of Free Speech Blue #3C3BDB
Tints of Free Speech Blue #3C3BDB
RGB
CMYK
RGB Variations
Color information
#3C3BDB (or 0x3C3BDB) is known color: Free Speech Blue. HEX triplet: 3C, 3B and DB. RGB value is (60,59,219). Sum of RGB (Red+Green+Blue) = 60+59+219=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C3BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3BDB is #C3C424. Grayscale: #4C4C4C. Windows color (decimal): -12829733 or 14367548. OLE color: 14367548.
HSL color Cylindrical-coordinate representation of color #3C3BDB: hue angle of 240.38º 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 #3C3BDB is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 59 | 219 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.14 |
| HSL | 240.38º | 0.69% | 0.55% | - |
| HSV(B) | 240.38º | 0.73% | 0.86% | - |
| XYZ | 16.21 | 9.2 | 67.94 | - |
| YUV | 77.54 | 207.83 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 219 | 0.73 | 0.73 | 0 | 0.14 | 240.38 | 0.69 | 0.55 |
| Hex | 3C | 3B | DB | 49 | 49 | 0 | E | F0 | 45 | 37 |
| Octal | 74 | 73 | 333 | 111 | 111 | 0 | 16 | 360 | 105 | 67 |
| Binary | 111100 | 111011 | 11011011 | 1001001 | 1001001 | 0 | 1110 | 11110000 | 1000101 | 110111 |
Color Harmonies of #3C3BDB
Complementary color
Monochromatic Colors of #3C3BDB
Black with #3C3BDB
Text Example
Text Example
White with #3C3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3BDB; }
p { color: rgb(60,59,219); }
H1.HeaderClassName
{
color: #3C3BDB;
}
.AnyTagClassName
{
color: #3C3BDB;
}
</style>
background-color css
<style>
a { background-color: #3C3BDB; }
a { background-color: rgb(60,59,219); }
div.DivClassName
{
background-color: #3C3BDB;
}
.BgClassName
{
background-color: #3C3BDB;
}
</style>
border-color css
<style>
span { border-color: #3C3BDB; }
span { border-color: rgb(60,59,219); }
td.TdClassName
{
border-color: #3C3BDB;
}
.TagClassName
{
border-color: #3C3BDB;
}
</style>