Shades of Free Speech Blue #3C5DBD
Tints of Free Speech Blue #3C5DBD
RGB
CMYK
RGB Variations
Color information
#3C5DBD (or 0x3C5DBD) is known color: Free Speech Blue. HEX triplet: 3C, 5D and BD. RGB value is (60,93,189). Sum of RGB (Red+Green+Blue) = 60+93+189=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C5DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5DBD is #C3A242. Grayscale: #5D5D5D. Windows color (decimal): -12821059 or 12410172. OLE color: 12410172.
HSL color Cylindrical-coordinate representation of color #3C5DBD: hue angle of 224.65º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C5DBD is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 93 | 189 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.26 |
| HSL | 224.65º | 0.52% | 0.49% | - |
| HSV(B) | 224.65º | 0.68% | 0.74% | - |
| XYZ | 14.96 | 12.46 | 49.76 | - |
| YUV | 94.08 | 181.57 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 93 | 189 | 0.68 | 0.51 | 0 | 0.26 | 224.65 | 0.52 | 0.49 |
| Hex | 3C | 5D | BD | 44 | 33 | 0 | 1A | E1 | 34 | 31 |
| Octal | 74 | 135 | 275 | 104 | 63 | 0 | 32 | 341 | 64 | 61 |
| Binary | 111100 | 1011101 | 10111101 | 1000100 | 110011 | 0 | 11010 | 11100001 | 110100 | 110001 |
Color Harmonies of #3C5DBD
Complementary color
Monochromatic Colors of #3C5DBD
Black with #3C5DBD
Text Example
Text Example
White with #3C5DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5DBD; }
p { color: rgb(60,93,189); }
H1.HeaderClassName
{
color: #3C5DBD;
}
.AnyTagClassName
{
color: #3C5DBD;
}
</style>
background-color css
<style>
a { background-color: #3C5DBD; }
a { background-color: rgb(60,93,189); }
div.DivClassName
{
background-color: #3C5DBD;
}
.BgClassName
{
background-color: #3C5DBD;
}
</style>
border-color css
<style>
span { border-color: #3C5DBD; }
span { border-color: rgb(60,93,189); }
td.TdClassName
{
border-color: #3C5DBD;
}
.TagClassName
{
border-color: #3C5DBD;
}
</style>