Shades of Free Speech Blue #3A3CDB
Tints of Free Speech Blue #3A3CDB
RGB
CMYK
RGB Variations
Color information
#3A3CDB (or 0x3A3CDB) is known color: Free Speech Blue. HEX triplet: 3A, 3C and DB. RGB value is (58,60,219). Sum of RGB (Red+Green+Blue) = 58+60+219=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A3CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3CDB is #C5C324. Grayscale: #4C4C4C. Windows color (decimal): -12960549 or 14367802. OLE color: 14367802.
HSL color Cylindrical-coordinate representation of color #3A3CDB: hue angle of 239.25º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A3CDB is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 60 | 219 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.14 |
| HSL | 239.25º | 0.69% | 0.54% | - |
| HSV(B) | 239.25º | 0.74% | 0.86% | - |
| XYZ | 16.15 | 9.25 | 67.95 | - |
| YUV | 77.53 | 207.84 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 60 | 219 | 0.74 | 0.73 | 0 | 0.14 | 239.25 | 0.69 | 0.54 |
| Hex | 3A | 3C | DB | 4A | 49 | 0 | E | EF | 45 | 36 |
| Octal | 72 | 74 | 333 | 112 | 111 | 0 | 16 | 357 | 105 | 66 |
| Binary | 111010 | 111100 | 11011011 | 1001010 | 1001001 | 0 | 1110 | 11101111 | 1000101 | 110110 |
Color Harmonies of #3A3CDB
Complementary color
Monochromatic Colors of #3A3CDB
Black with #3A3CDB
Text Example
Text Example
White with #3A3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3CDB; }
p { color: rgb(58,60,219); }
H1.HeaderClassName
{
color: #3A3CDB;
}
.AnyTagClassName
{
color: #3A3CDB;
}
</style>
background-color css
<style>
a { background-color: #3A3CDB; }
a { background-color: rgb(58,60,219); }
div.DivClassName
{
background-color: #3A3CDB;
}
.BgClassName
{
background-color: #3A3CDB;
}
</style>
border-color css
<style>
span { border-color: #3A3CDB; }
span { border-color: rgb(58,60,219); }
td.TdClassName
{
border-color: #3A3CDB;
}
.TagClassName
{
border-color: #3A3CDB;
}
</style>