Shades of Free Speech Blue #3F42DF
Tints of Free Speech Blue #3F42DF
RGB
CMYK
RGB Variations
Color information
#3F42DF (or 0x3F42DF) is known color: Free Speech Blue. HEX triplet: 3F, 42 and DF. RGB value is (63,66,223). Sum of RGB (Red+Green+Blue) = 63+66+223=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F42DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F42DF is #C0BD20. Grayscale: #525252. Windows color (decimal): -12631329 or 14631487. OLE color: 14631487.
HSL color Cylindrical-coordinate representation of color #3F42DF: hue angle of 238.88º 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 #3F42DF is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 66 | 223 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.13 |
| HSL | 238.88º | 0.71% | 0.56% | - |
| HSV(B) | 238.88º | 0.72% | 0.87% | - |
| XYZ | 17.32 | 10.28 | 70.88 | - |
| YUV | 83 | 207.01 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 223 | 0.72 | 0.70 | 0 | 0.13 | 238.88 | 0.71 | 0.56 |
| Hex | 3F | 42 | DF | 48 | 46 | 0 | D | EF | 47 | 38 |
| Octal | 77 | 102 | 337 | 110 | 106 | 0 | 15 | 357 | 107 | 70 |
| Binary | 111111 | 1000010 | 11011111 | 1001000 | 1000110 | 0 | 1101 | 11101111 | 1000111 | 111000 |
Color Harmonies of #3F42DF
Complementary color
Monochromatic Colors of #3F42DF
Black with #3F42DF
Text Example
Text Example
White with #3F42DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F42DF; }
p { color: rgb(63,66,223); }
H1.HeaderClassName
{
color: #3F42DF;
}
.AnyTagClassName
{
color: #3F42DF;
}
</style>
background-color css
<style>
a { background-color: #3F42DF; }
a { background-color: rgb(63,66,223); }
div.DivClassName
{
background-color: #3F42DF;
}
.BgClassName
{
background-color: #3F42DF;
}
</style>
border-color css
<style>
span { border-color: #3F42DF; }
span { border-color: rgb(63,66,223); }
td.TdClassName
{
border-color: #3F42DF;
}
.TagClassName
{
border-color: #3F42DF;
}
</style>