Shades of Free Speech Blue #3C65BB
Tints of Free Speech Blue #3C65BB
RGB
CMYK
RGB Variations
Color information
#3C65BB (or 0x3C65BB) is known color: Free Speech Blue. HEX triplet: 3C, 65 and BB. RGB value is (60,101,187). Sum of RGB (Red+Green+Blue) = 60+101+187=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C65BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C65BB is #C39A44. Grayscale: #626262. Windows color (decimal): -12819013 or 12281148. OLE color: 12281148.
HSL color Cylindrical-coordinate representation of color #3C65BB: hue angle of 220.63º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C65BB is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 101 | 187 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.27 |
| HSL | 220.63º | 0.51% | 0.48% | - |
| HSV(B) | 220.63º | 0.68% | 0.73% | - |
| XYZ | 15.49 | 13.86 | 48.87 | - |
| YUV | 98.55 | 177.92 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 187 | 0.68 | 0.46 | 0 | 0.27 | 220.63 | 0.51 | 0.48 |
| Hex | 3C | 65 | BB | 44 | 2E | 0 | 1B | DD | 33 | 30 |
| Octal | 74 | 145 | 273 | 104 | 56 | 0 | 33 | 335 | 63 | 60 |
| Binary | 111100 | 1100101 | 10111011 | 1000100 | 101110 | 0 | 11011 | 11011101 | 110011 | 110000 |
Color Harmonies of #3C65BB
Complementary color
Monochromatic Colors of #3C65BB
Black with #3C65BB
Text Example
Text Example
White with #3C65BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C65BB; }
p { color: rgb(60,101,187); }
H1.HeaderClassName
{
color: #3C65BB;
}
.AnyTagClassName
{
color: #3C65BB;
}
</style>
background-color css
<style>
a { background-color: #3C65BB; }
a { background-color: rgb(60,101,187); }
div.DivClassName
{
background-color: #3C65BB;
}
.BgClassName
{
background-color: #3C65BB;
}
</style>
border-color css
<style>
span { border-color: #3C65BB; }
span { border-color: rgb(60,101,187); }
td.TdClassName
{
border-color: #3C65BB;
}
.TagClassName
{
border-color: #3C65BB;
}
</style>