Shades of Free Speech Blue #3C4BDB
Tints of Free Speech Blue #3C4BDB
RGB
CMYK
RGB Variations
Color information
#3C4BDB (or 0x3C4BDB) is known color: Free Speech Blue. HEX triplet: 3C, 4B and DB. RGB value is (60,75,219). Sum of RGB (Red+Green+Blue) = 60+75+219=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C4BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4BDB is #C3B424. Grayscale: #565656. Windows color (decimal): -12825637 or 14371644. OLE color: 14371644.
HSL color Cylindrical-coordinate representation of color #3C4BDB: hue angle of 234.34º 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 #3C4BDB is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 75 | 219 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.14 |
| HSL | 234.34º | 0.69% | 0.55% | - |
| HSV(B) | 234.34º | 0.73% | 0.86% | - |
| XYZ | 17.17 | 11.11 | 68.26 | - |
| YUV | 86.93 | 202.53 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 75 | 219 | 0.73 | 0.66 | 0 | 0.14 | 234.34 | 0.69 | 0.55 |
| Hex | 3C | 4B | DB | 49 | 42 | 0 | E | EA | 45 | 37 |
| Octal | 74 | 113 | 333 | 111 | 102 | 0 | 16 | 352 | 105 | 67 |
| Binary | 111100 | 1001011 | 11011011 | 1001001 | 1000010 | 0 | 1110 | 11101010 | 1000101 | 110111 |
Color Harmonies of #3C4BDB
Complementary color
Monochromatic Colors of #3C4BDB
Black with #3C4BDB
Text Example
Text Example
White with #3C4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4BDB; }
p { color: rgb(60,75,219); }
H1.HeaderClassName
{
color: #3C4BDB;
}
.AnyTagClassName
{
color: #3C4BDB;
}
</style>
background-color css
<style>
a { background-color: #3C4BDB; }
a { background-color: rgb(60,75,219); }
div.DivClassName
{
background-color: #3C4BDB;
}
.BgClassName
{
background-color: #3C4BDB;
}
</style>
border-color css
<style>
span { border-color: #3C4BDB; }
span { border-color: rgb(60,75,219); }
td.TdClassName
{
border-color: #3C4BDB;
}
.TagClassName
{
border-color: #3C4BDB;
}
</style>