Shades of Free Speech Blue #3C5CBE
Tints of Free Speech Blue #3C5CBE
RGB
CMYK
RGB Variations
Color information
#3C5CBE (or 0x3C5CBE) is known color: Free Speech Blue. HEX triplet: 3C, 5C and BE. RGB value is (60,92,190). Sum of RGB (Red+Green+Blue) = 60+92+190=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C5CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5CBE is #C3A341. Grayscale: #5D5D5D. Windows color (decimal): -12821314 or 12475452. OLE color: 12475452.
HSL color Cylindrical-coordinate representation of color #3C5CBE: hue angle of 225.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C5CBE is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 92 | 190 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.25 |
| HSL | 225.23º | 0.52% | 0.49% | - |
| HSV(B) | 225.23º | 0.68% | 0.75% | - |
| XYZ | 14.98 | 12.33 | 50.31 | - |
| YUV | 93.6 | 182.4 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 92 | 190 | 0.68 | 0.52 | 0 | 0.25 | 225.23 | 0.52 | 0.49 |
| Hex | 3C | 5C | BE | 44 | 34 | 0 | 19 | E1 | 34 | 31 |
| Octal | 74 | 134 | 276 | 104 | 64 | 0 | 31 | 341 | 64 | 61 |
| Binary | 111100 | 1011100 | 10111110 | 1000100 | 110100 | 0 | 11001 | 11100001 | 110100 | 110001 |
Color Harmonies of #3C5CBE
Complementary color
Monochromatic Colors of #3C5CBE
Black with #3C5CBE
Text Example
Text Example
White with #3C5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5CBE; }
p { color: rgb(60,92,190); }
H1.HeaderClassName
{
color: #3C5CBE;
}
.AnyTagClassName
{
color: #3C5CBE;
}
</style>
background-color css
<style>
a { background-color: #3C5CBE; }
a { background-color: rgb(60,92,190); }
div.DivClassName
{
background-color: #3C5CBE;
}
.BgClassName
{
background-color: #3C5CBE;
}
</style>
border-color css
<style>
span { border-color: #3C5CBE; }
span { border-color: rgb(60,92,190); }
td.TdClassName
{
border-color: #3C5CBE;
}
.TagClassName
{
border-color: #3C5CBE;
}
</style>