Shades of Free Speech Blue #3F53C7
Tints of Free Speech Blue #3F53C7
RGB
CMYK
RGB Variations
Color information
#3F53C7 (or 0x3F53C7) is known color: Free Speech Blue. HEX triplet: 3F, 53 and C7. RGB value is (63,83,199). Sum of RGB (Red+Green+Blue) = 63+83+199=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 199 (78.12% from 255 or 57.68% from 345); Max value from RGB is 199 - color contains mainly: blue. Hex color #3F53C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F53C7 is #C0AC38. Grayscale: #595959. Windows color (decimal): -12627001 or 13062975. OLE color: 13062975.
HSL color Cylindrical-coordinate representation of color #3F53C7: hue angle of 231.18º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F53C7 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 83 | 199 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.22 |
| HSL | 231.18º | 0.55% | 0.51% | - |
| HSV(B) | 231.18º | 0.68% | 0.78% | - |
| XYZ | 15.45 | 11.37 | 55.41 | - |
| YUV | 90.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 199 | 0.68 | 0.58 | 0 | 0.22 | 231.18 | 0.55 | 0.51 |
| Hex | 3F | 53 | C7 | 44 | 3A | 0 | 16 | E7 | 37 | 33 |
| Octal | 77 | 123 | 307 | 104 | 72 | 0 | 26 | 347 | 67 | 63 |
| Binary | 111111 | 1010011 | 11000111 | 1000100 | 111010 | 0 | 10110 | 11100111 | 110111 | 110011 |
Color Harmonies of #3F53C7
Complementary color
Monochromatic Colors of #3F53C7
Black with #3F53C7
Text Example
Text Example
White with #3F53C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F53C7; }
p { color: rgb(63,83,199); }
H1.HeaderClassName
{
color: #3F53C7;
}
.AnyTagClassName
{
color: #3F53C7;
}
</style>
background-color css
<style>
a { background-color: #3F53C7; }
a { background-color: rgb(63,83,199); }
div.DivClassName
{
background-color: #3F53C7;
}
.BgClassName
{
background-color: #3F53C7;
}
</style>
border-color css
<style>
span { border-color: #3F53C7; }
span { border-color: rgb(63,83,199); }
td.TdClassName
{
border-color: #3F53C7;
}
.TagClassName
{
border-color: #3F53C7;
}
</style>