Shades of Free Speech Blue #3F4FDA
Tints of Free Speech Blue #3F4FDA
RGB
CMYK
RGB Variations
Color information
#3F4FDA (or 0x3F4FDA) is known color: Free Speech Blue. HEX triplet: 3F, 4F and DA. RGB value is (63,79,218). Sum of RGB (Red+Green+Blue) = 63+79+218=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F4FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4FDA is #C0B025. Grayscale: #595959. Windows color (decimal): -12628006 or 14307135. OLE color: 14307135.
HSL color Cylindrical-coordinate representation of color #3F4FDA: hue angle of 233.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F4FDA is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 79 | 218 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.15 |
| HSL | 233.81º | 0.68% | 0.55% | - |
| HSV(B) | 233.81º | 0.71% | 0.85% | - |
| XYZ | 17.5 | 11.71 | 67.67 | - |
| YUV | 90.06 | 200.2 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 218 | 0.71 | 0.64 | 0 | 0.15 | 233.81 | 0.68 | 0.55 |
| Hex | 3F | 4F | DA | 47 | 40 | 0 | F | EA | 44 | 37 |
| Octal | 77 | 117 | 332 | 107 | 100 | 0 | 17 | 352 | 104 | 67 |
| Binary | 111111 | 1001111 | 11011010 | 1000111 | 1000000 | 0 | 1111 | 11101010 | 1000100 | 110111 |
Color Harmonies of #3F4FDA
Complementary color
Monochromatic Colors of #3F4FDA
Black with #3F4FDA
Text Example
Text Example
White with #3F4FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4FDA; }
p { color: rgb(63,79,218); }
H1.HeaderClassName
{
color: #3F4FDA;
}
.AnyTagClassName
{
color: #3F4FDA;
}
</style>
background-color css
<style>
a { background-color: #3F4FDA; }
a { background-color: rgb(63,79,218); }
div.DivClassName
{
background-color: #3F4FDA;
}
.BgClassName
{
background-color: #3F4FDA;
}
</style>
border-color css
<style>
span { border-color: #3F4FDA; }
span { border-color: rgb(63,79,218); }
td.TdClassName
{
border-color: #3F4FDA;
}
.TagClassName
{
border-color: #3F4FDA;
}
</style>