Shades of Free Speech Blue #3B68BC
Tints of Free Speech Blue #3B68BC
RGB
CMYK
RGB Variations
Color information
#3B68BC (or 0x3B68BC) is known color: Free Speech Blue. HEX triplet: 3B, 68 and BC. RGB value is (59,104,188). Sum of RGB (Red+Green+Blue) = 59+104+188=351 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.81% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B68BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B68BC is #C49743. Grayscale: #636363. Windows color (decimal): -12883780 or 12347451. OLE color: 12347451.
HSL color Cylindrical-coordinate representation of color #3B68BC: hue angle of 219.07º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B68BC is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 104 | 188 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.26 |
| HSL | 219.07º | 0.52% | 0.48% | - |
| HSV(B) | 219.07º | 0.69% | 0.74% | - |
| XYZ | 15.83 | 14.46 | 49.53 | - |
| YUV | 100.12 | 177.59 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 104 | 188 | 0.69 | 0.45 | 0 | 0.26 | 219.07 | 0.52 | 0.48 |
| Hex | 3B | 68 | BC | 45 | 2D | 0 | 1A | DB | 34 | 30 |
| Octal | 73 | 150 | 274 | 105 | 55 | 0 | 32 | 333 | 64 | 60 |
| Binary | 111011 | 1101000 | 10111100 | 1000101 | 101101 | 0 | 11010 | 11011011 | 110100 | 110000 |
Color Harmonies of #3B68BC
Complementary color
Monochromatic Colors of #3B68BC
Black with #3B68BC
Text Example
Text Example
White with #3B68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B68BC; }
p { color: rgb(59,104,188); }
H1.HeaderClassName
{
color: #3B68BC;
}
.AnyTagClassName
{
color: #3B68BC;
}
</style>
background-color css
<style>
a { background-color: #3B68BC; }
a { background-color: rgb(59,104,188); }
div.DivClassName
{
background-color: #3B68BC;
}
.BgClassName
{
background-color: #3B68BC;
}
</style>
border-color css
<style>
span { border-color: #3B68BC; }
span { border-color: rgb(59,104,188); }
td.TdClassName
{
border-color: #3B68BC;
}
.TagClassName
{
border-color: #3B68BC;
}
</style>