Shades of Free Speech Blue #3F59CB
Tints of Free Speech Blue #3F59CB
RGB
CMYK
RGB Variations
Color information
#3F59CB (or 0x3F59CB) is known color: Free Speech Blue. HEX triplet: 3F, 59 and CB. RGB value is (63,89,203). Sum of RGB (Red+Green+Blue) = 63+89+203=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F59CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F59CB is #C0A634. Grayscale: #5D5D5D. Windows color (decimal): -12625461 or 13326655. OLE color: 13326655.
HSL color Cylindrical-coordinate representation of color #3F59CB: hue angle of 228.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F59CB is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 89 | 203 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.20 |
| HSL | 228.86º | 0.57% | 0.52% | - |
| HSV(B) | 228.86º | 0.69% | 0.8% | - |
| XYZ | 16.4 | 12.51 | 58.05 | - |
| YUV | 94.22 | 189.39 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 203 | 0.69 | 0.56 | 0 | 0.20 | 228.86 | 0.57 | 0.52 |
| Hex | 3F | 59 | CB | 45 | 38 | 0 | 14 | E5 | 39 | 34 |
| Octal | 77 | 131 | 313 | 105 | 70 | 0 | 24 | 345 | 71 | 64 |
| Binary | 111111 | 1011001 | 11001011 | 1000101 | 111000 | 0 | 10100 | 11100101 | 111001 | 110100 |
Color Harmonies of #3F59CB
Complementary color
Monochromatic Colors of #3F59CB
Black with #3F59CB
Text Example
Text Example
White with #3F59CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F59CB; }
p { color: rgb(63,89,203); }
H1.HeaderClassName
{
color: #3F59CB;
}
.AnyTagClassName
{
color: #3F59CB;
}
</style>
background-color css
<style>
a { background-color: #3F59CB; }
a { background-color: rgb(63,89,203); }
div.DivClassName
{
background-color: #3F59CB;
}
.BgClassName
{
background-color: #3F59CB;
}
</style>
border-color css
<style>
span { border-color: #3F59CB; }
span { border-color: rgb(63,89,203); }
td.TdClassName
{
border-color: #3F59CB;
}
.TagClassName
{
border-color: #3F59CB;
}
</style>