Shades of Free Speech Blue #3B69C0
Tints of Free Speech Blue #3B69C0
RGB
CMYK
RGB Variations
Color information
#3B69C0 (or 0x3B69C0) is known color: Free Speech Blue. HEX triplet: 3B, 69 and C0. RGB value is (59,105,192). Sum of RGB (Red+Green+Blue) = 59+105+192=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #3B69C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B69C0 is #C4963F. Grayscale: #646464. Windows color (decimal): -12883520 or 12609851. OLE color: 12609851.
HSL color Cylindrical-coordinate representation of color #3B69C0: hue angle of 219.25º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B69C0 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 105 | 192 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.25 |
| HSL | 219.25º | 0.53% | 0.49% | - |
| HSV(B) | 219.25º | 0.69% | 0.75% | - |
| XYZ | 16.37 | 14.84 | 51.87 | - |
| YUV | 101.16 | 179.26 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 105 | 192 | 0.69 | 0.45 | 0 | 0.25 | 219.25 | 0.53 | 0.49 |
| Hex | 3B | 69 | C0 | 45 | 2D | 0 | 19 | DB | 35 | 31 |
| Octal | 73 | 151 | 300 | 105 | 55 | 0 | 31 | 333 | 65 | 61 |
| Binary | 111011 | 1101001 | 11000000 | 1000101 | 101101 | 0 | 11001 | 11011011 | 110101 | 110001 |
Color Harmonies of #3B69C0
Complementary color
Monochromatic Colors of #3B69C0
Black with #3B69C0
Text Example
Text Example
White with #3B69C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B69C0; }
p { color: rgb(59,105,192); }
H1.HeaderClassName
{
color: #3B69C0;
}
.AnyTagClassName
{
color: #3B69C0;
}
</style>
background-color css
<style>
a { background-color: #3B69C0; }
a { background-color: rgb(59,105,192); }
div.DivClassName
{
background-color: #3B69C0;
}
.BgClassName
{
background-color: #3B69C0;
}
</style>
border-color css
<style>
span { border-color: #3B69C0; }
span { border-color: rgb(59,105,192); }
td.TdClassName
{
border-color: #3B69C0;
}
.TagClassName
{
border-color: #3B69C0;
}
</style>