Shades of Free Speech Blue #3F45CF
Tints of Free Speech Blue #3F45CF
RGB
CMYK
RGB Variations
Color information
#3F45CF (or 0x3F45CF) is known color: Free Speech Blue. HEX triplet: 3F, 45 and CF. RGB value is (63,69,207). Sum of RGB (Red+Green+Blue) = 63+69+207=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F45CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F45CF is #C0BA30. Grayscale: #525252. Windows color (decimal): -12630577 or 13583679. OLE color: 13583679.
HSL color Cylindrical-coordinate representation of color #3F45CF: hue angle of 237.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F45CF is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 69 | 207 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.19 |
| HSL | 237.5º | 0.6% | 0.53% | - |
| HSV(B) | 237.5º | 0.7% | 0.81% | - |
| XYZ | 15.44 | 9.82 | 60.11 | - |
| YUV | 82.94 | 198.01 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 207 | 0.70 | 0.67 | 0 | 0.19 | 237.5 | 0.6 | 0.53 |
| Hex | 3F | 45 | CF | 46 | 43 | 0 | 13 | EE | 3C | 35 |
| Octal | 77 | 105 | 317 | 106 | 103 | 0 | 23 | 356 | 74 | 65 |
| Binary | 111111 | 1000101 | 11001111 | 1000110 | 1000011 | 0 | 10011 | 11101110 | 111100 | 110101 |
Color Harmonies of #3F45CF
Complementary color
Monochromatic Colors of #3F45CF
Black with #3F45CF
Text Example
Text Example
White with #3F45CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F45CF; }
p { color: rgb(63,69,207); }
H1.HeaderClassName
{
color: #3F45CF;
}
.AnyTagClassName
{
color: #3F45CF;
}
</style>
background-color css
<style>
a { background-color: #3F45CF; }
a { background-color: rgb(63,69,207); }
div.DivClassName
{
background-color: #3F45CF;
}
.BgClassName
{
background-color: #3F45CF;
}
</style>
border-color css
<style>
span { border-color: #3F45CF; }
span { border-color: rgb(63,69,207); }
td.TdClassName
{
border-color: #3F45CF;
}
.TagClassName
{
border-color: #3F45CF;
}
</style>