Shades of Free Speech Blue #3F58CB
Tints of Free Speech Blue #3F58CB
RGB
CMYK
RGB Variations
Color information
#3F58CB (or 0x3F58CB) is known color: Free Speech Blue. HEX triplet: 3F, 58 and CB. RGB value is (63,88,203). Sum of RGB (Red+Green+Blue) = 63+88+203=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F58CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F58CB is #C0A734. Grayscale: #5D5D5D. Windows color (decimal): -12625717 or 13326399. OLE color: 13326399.
HSL color Cylindrical-coordinate representation of color #3F58CB: hue angle of 229.29º 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 #3F58CB is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 88 | 203 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.20 |
| HSL | 229.29º | 0.57% | 0.52% | - |
| HSV(B) | 229.29º | 0.69% | 0.8% | - |
| XYZ | 16.32 | 12.35 | 58.02 | - |
| YUV | 93.64 | 189.72 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 203 | 0.69 | 0.57 | 0 | 0.20 | 229.29 | 0.57 | 0.52 |
| Hex | 3F | 58 | CB | 45 | 39 | 0 | 14 | E5 | 39 | 34 |
| Octal | 77 | 130 | 313 | 105 | 71 | 0 | 24 | 345 | 71 | 64 |
| Binary | 111111 | 1011000 | 11001011 | 1000101 | 111001 | 0 | 10100 | 11100101 | 111001 | 110100 |
Color Harmonies of #3F58CB
Complementary color
Monochromatic Colors of #3F58CB
Black with #3F58CB
Text Example
Text Example
White with #3F58CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F58CB; }
p { color: rgb(63,88,203); }
H1.HeaderClassName
{
color: #3F58CB;
}
.AnyTagClassName
{
color: #3F58CB;
}
</style>
background-color css
<style>
a { background-color: #3F58CB; }
a { background-color: rgb(63,88,203); }
div.DivClassName
{
background-color: #3F58CB;
}
.BgClassName
{
background-color: #3F58CB;
}
</style>
border-color css
<style>
span { border-color: #3F58CB; }
span { border-color: rgb(63,88,203); }
td.TdClassName
{
border-color: #3F58CB;
}
.TagClassName
{
border-color: #3F58CB;
}
</style>