Shades of Free Speech Blue #3F44DC
Tints of Free Speech Blue #3F44DC
RGB
CMYK
RGB Variations
Color information
#3F44DC (or 0x3F44DC) is known color: Free Speech Blue. HEX triplet: 3F, 44 and DC. RGB value is (63,68,220). Sum of RGB (Red+Green+Blue) = 63+68+220=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F44DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F44DC is #C0BB23. Grayscale: #535353. Windows color (decimal): -12630820 or 14435391. OLE color: 14435391.
HSL color Cylindrical-coordinate representation of color #3F44DC: hue angle of 238.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F44DC is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 68 | 220 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.14 |
| HSL | 238.09º | 0.69% | 0.55% | - |
| HSV(B) | 238.09º | 0.71% | 0.86% | - |
| XYZ | 17.04 | 10.36 | 68.81 | - |
| YUV | 83.83 | 204.84 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 220 | 0.71 | 0.69 | 0 | 0.14 | 238.09 | 0.69 | 0.55 |
| Hex | 3F | 44 | DC | 47 | 45 | 0 | E | EE | 45 | 37 |
| Octal | 77 | 104 | 334 | 107 | 105 | 0 | 16 | 356 | 105 | 67 |
| Binary | 111111 | 1000100 | 11011100 | 1000111 | 1000101 | 0 | 1110 | 11101110 | 1000101 | 110111 |
Color Harmonies of #3F44DC
Complementary color
Monochromatic Colors of #3F44DC
Black with #3F44DC
Text Example
Text Example
White with #3F44DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F44DC; }
p { color: rgb(63,68,220); }
H1.HeaderClassName
{
color: #3F44DC;
}
.AnyTagClassName
{
color: #3F44DC;
}
</style>
background-color css
<style>
a { background-color: #3F44DC; }
a { background-color: rgb(63,68,220); }
div.DivClassName
{
background-color: #3F44DC;
}
.BgClassName
{
background-color: #3F44DC;
}
</style>
border-color css
<style>
span { border-color: #3F44DC; }
span { border-color: rgb(63,68,220); }
td.TdClassName
{
border-color: #3F44DC;
}
.TagClassName
{
border-color: #3F44DC;
}
</style>