Shades of Free Speech Blue #3F44DD
Tints of Free Speech Blue #3F44DD
RGB
CMYK
RGB Variations
Color information
#3F44DD (or 0x3F44DD) is known color: Free Speech Blue. HEX triplet: 3F, 44 and DD. RGB value is (63,68,221). Sum of RGB (Red+Green+Blue) = 63+68+221=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F44DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F44DD is #C0BB22. Grayscale: #535353. Windows color (decimal): -12630819 or 14500927. OLE color: 14500927.
HSL color Cylindrical-coordinate representation of color #3F44DD: hue angle of 238.1º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F44DD is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 68 | 221 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.13 |
| HSL | 238.1º | 0.7% | 0.56% | - |
| HSV(B) | 238.1º | 0.71% | 0.87% | - |
| XYZ | 17.17 | 10.41 | 69.51 | - |
| YUV | 83.95 | 205.34 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 221 | 0.71 | 0.69 | 0 | 0.13 | 238.1 | 0.7 | 0.56 |
| Hex | 3F | 44 | DD | 47 | 45 | 0 | D | EE | 46 | 38 |
| Octal | 77 | 104 | 335 | 107 | 105 | 0 | 15 | 356 | 106 | 70 |
| Binary | 111111 | 1000100 | 11011101 | 1000111 | 1000101 | 0 | 1101 | 11101110 | 1000110 | 111000 |
Color Harmonies of #3F44DD
Complementary color
Monochromatic Colors of #3F44DD
Black with #3F44DD
Text Example
Text Example
White with #3F44DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F44DD; }
p { color: rgb(63,68,221); }
H1.HeaderClassName
{
color: #3F44DD;
}
.AnyTagClassName
{
color: #3F44DD;
}
</style>
background-color css
<style>
a { background-color: #3F44DD; }
a { background-color: rgb(63,68,221); }
div.DivClassName
{
background-color: #3F44DD;
}
.BgClassName
{
background-color: #3F44DD;
}
</style>
border-color css
<style>
span { border-color: #3F44DD; }
span { border-color: rgb(63,68,221); }
td.TdClassName
{
border-color: #3F44DD;
}
.TagClassName
{
border-color: #3F44DD;
}
</style>