Shades of Free Speech Blue #3F4BCE
Tints of Free Speech Blue #3F4BCE
RGB
CMYK
RGB Variations
Color information
#3F4BCE (or 0x3F4BCE) is known color: Free Speech Blue. HEX triplet: 3F, 4B and CE. RGB value is (63,75,206). Sum of RGB (Red+Green+Blue) = 63+75+206=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F4BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4BCE is #C0B431. Grayscale: #555555. Windows color (decimal): -12629042 or 13519679. OLE color: 13519679.
HSL color Cylindrical-coordinate representation of color #3F4BCE: hue angle of 234.97º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F4BCE is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 75 | 206 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.19 |
| HSL | 234.97º | 0.59% | 0.53% | - |
| HSV(B) | 234.97º | 0.69% | 0.81% | - |
| XYZ | 15.71 | 10.55 | 59.6 | - |
| YUV | 86.35 | 195.52 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 75 | 206 | 0.69 | 0.64 | 0 | 0.19 | 234.97 | 0.59 | 0.53 |
| Hex | 3F | 4B | CE | 45 | 40 | 0 | 13 | EB | 3B | 35 |
| Octal | 77 | 113 | 316 | 105 | 100 | 0 | 23 | 353 | 73 | 65 |
| Binary | 111111 | 1001011 | 11001110 | 1000101 | 1000000 | 0 | 10011 | 11101011 | 111011 | 110101 |
Color Harmonies of #3F4BCE
Complementary color
Monochromatic Colors of #3F4BCE
Black with #3F4BCE
Text Example
Text Example
White with #3F4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4BCE; }
p { color: rgb(63,75,206); }
H1.HeaderClassName
{
color: #3F4BCE;
}
.AnyTagClassName
{
color: #3F4BCE;
}
</style>
background-color css
<style>
a { background-color: #3F4BCE; }
a { background-color: rgb(63,75,206); }
div.DivClassName
{
background-color: #3F4BCE;
}
.BgClassName
{
background-color: #3F4BCE;
}
</style>
border-color css
<style>
span { border-color: #3F4BCE; }
span { border-color: rgb(63,75,206); }
td.TdClassName
{
border-color: #3F4BCE;
}
.TagClassName
{
border-color: #3F4BCE;
}
</style>