Shades of Free Speech Blue #3C65BE
Tints of Free Speech Blue #3C65BE
RGB
CMYK
RGB Variations
Color information
#3C65BE (or 0x3C65BE) is known color: Free Speech Blue. HEX triplet: 3C, 65 and BE. RGB value is (60,101,190). Sum of RGB (Red+Green+Blue) = 60+101+190=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C65BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C65BE is #C39A41. Grayscale: #626262. Windows color (decimal): -12819010 or 12477756. OLE color: 12477756.
HSL color Cylindrical-coordinate representation of color #3C65BE: hue angle of 221.08º 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 #3C65BE is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 101 | 190 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.25 |
| HSL | 221.08º | 0.52% | 0.49% | - |
| HSV(B) | 221.08º | 0.68% | 0.75% | - |
| XYZ | 15.81 | 13.99 | 50.58 | - |
| YUV | 98.89 | 179.42 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 190 | 0.68 | 0.47 | 0 | 0.25 | 221.08 | 0.52 | 0.49 |
| Hex | 3C | 65 | BE | 44 | 2F | 0 | 19 | DD | 34 | 31 |
| Octal | 74 | 145 | 276 | 104 | 57 | 0 | 31 | 335 | 64 | 61 |
| Binary | 111100 | 1100101 | 10111110 | 1000100 | 101111 | 0 | 11001 | 11011101 | 110100 | 110001 |
Color Harmonies of #3C65BE
Complementary color
Monochromatic Colors of #3C65BE
Black with #3C65BE
Text Example
Text Example
White with #3C65BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C65BE; }
p { color: rgb(60,101,190); }
H1.HeaderClassName
{
color: #3C65BE;
}
.AnyTagClassName
{
color: #3C65BE;
}
</style>
background-color css
<style>
a { background-color: #3C65BE; }
a { background-color: rgb(60,101,190); }
div.DivClassName
{
background-color: #3C65BE;
}
.BgClassName
{
background-color: #3C65BE;
}
</style>
border-color css
<style>
span { border-color: #3C65BE; }
span { border-color: rgb(60,101,190); }
td.TdClassName
{
border-color: #3C65BE;
}
.TagClassName
{
border-color: #3C65BE;
}
</style>