Shades of Free Speech Blue #3F45DF
Tints of Free Speech Blue #3F45DF
RGB
CMYK
RGB Variations
Color information
#3F45DF (or 0x3F45DF) is known color: Free Speech Blue. HEX triplet: 3F, 45 and DF. RGB value is (63,69,223). Sum of RGB (Red+Green+Blue) = 63+69+223=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F45DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F45DF is #C0BA20. Grayscale: #545454. Windows color (decimal): -12630561 or 14632255. OLE color: 14632255.
HSL color Cylindrical-coordinate representation of color #3F45DF: hue angle of 237.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F45DF is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 69 | 223 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.13 |
| HSL | 237.75º | 0.71% | 0.56% | - |
| HSV(B) | 237.75º | 0.72% | 0.87% | - |
| XYZ | 17.5 | 10.64 | 70.94 | - |
| YUV | 84.76 | 206.01 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 223 | 0.72 | 0.69 | 0 | 0.13 | 237.75 | 0.71 | 0.56 |
| Hex | 3F | 45 | DF | 48 | 45 | 0 | D | EE | 47 | 38 |
| Octal | 77 | 105 | 337 | 110 | 105 | 0 | 15 | 356 | 107 | 70 |
| Binary | 111111 | 1000101 | 11011111 | 1001000 | 1000101 | 0 | 1101 | 11101110 | 1000111 | 111000 |
Color Harmonies of #3F45DF
Complementary color
Monochromatic Colors of #3F45DF
Black with #3F45DF
Text Example
Text Example
White with #3F45DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F45DF; }
p { color: rgb(63,69,223); }
H1.HeaderClassName
{
color: #3F45DF;
}
.AnyTagClassName
{
color: #3F45DF;
}
</style>
background-color css
<style>
a { background-color: #3F45DF; }
a { background-color: rgb(63,69,223); }
div.DivClassName
{
background-color: #3F45DF;
}
.BgClassName
{
background-color: #3F45DF;
}
</style>
border-color css
<style>
span { border-color: #3F45DF; }
span { border-color: rgb(63,69,223); }
td.TdClassName
{
border-color: #3F45DF;
}
.TagClassName
{
border-color: #3F45DF;
}
</style>