Shades of Free Speech Blue #3F60C0
Tints of Free Speech Blue #3F60C0
RGB
CMYK
RGB Variations
Color information
#3F60C0 (or 0x3F60C0) is known color: Free Speech Blue. HEX triplet: 3F, 60 and C0. RGB value is (63,96,192). Sum of RGB (Red+Green+Blue) = 63+96+192=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #3F60C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F60C0 is #C09F3F. Grayscale: #606060. Windows color (decimal): -12623680 or 12607551. OLE color: 12607551.
HSL color Cylindrical-coordinate representation of color #3F60C0: hue angle of 224.65º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F60C0 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 96 | 192 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.25 |
| HSL | 224.65º | 0.51% | 0.5% | - |
| HSV(B) | 224.65º | 0.67% | 0.75% | - |
| XYZ | 15.75 | 13.23 | 51.59 | - |
| YUV | 97.08 | 181.57 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 192 | 0.67 | 0.50 | 0 | 0.25 | 224.65 | 0.51 | 0.5 |
| Hex | 3F | 60 | C0 | 43 | 32 | 0 | 19 | E1 | 33 | 32 |
| Octal | 77 | 140 | 300 | 103 | 62 | 0 | 31 | 341 | 63 | 62 |
| Binary | 111111 | 1100000 | 11000000 | 1000011 | 110010 | 0 | 11001 | 11100001 | 110011 | 110010 |
Color Harmonies of #3F60C0
Complementary color
Monochromatic Colors of #3F60C0
Black with #3F60C0
Text Example
Text Example
White with #3F60C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F60C0; }
p { color: rgb(63,96,192); }
H1.HeaderClassName
{
color: #3F60C0;
}
.AnyTagClassName
{
color: #3F60C0;
}
</style>
background-color css
<style>
a { background-color: #3F60C0; }
a { background-color: rgb(63,96,192); }
div.DivClassName
{
background-color: #3F60C0;
}
.BgClassName
{
background-color: #3F60C0;
}
</style>
border-color css
<style>
span { border-color: #3F60C0; }
span { border-color: rgb(63,96,192); }
td.TdClassName
{
border-color: #3F60C0;
}
.TagClassName
{
border-color: #3F60C0;
}
</style>