Shades of Free Speech Blue #3F4ECB
Tints of Free Speech Blue #3F4ECB
RGB
CMYK
RGB Variations
Color information
#3F4ECB (or 0x3F4ECB) is known color: Free Speech Blue. HEX triplet: 3F, 4E and CB. RGB value is (63,78,203). Sum of RGB (Red+Green+Blue) = 63+78+203=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F4ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4ECB is #C0B134. Grayscale: #575757. Windows color (decimal): -12628277 or 13323839. OLE color: 13323839.
HSL color Cylindrical-coordinate representation of color #3F4ECB: hue angle of 233.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F4ECB is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 78 | 203 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.20 |
| HSL | 233.57º | 0.57% | 0.52% | - |
| HSV(B) | 233.57º | 0.69% | 0.8% | - |
| XYZ | 15.55 | 10.82 | 57.77 | - |
| YUV | 87.77 | 193.03 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 203 | 0.69 | 0.62 | 0 | 0.20 | 233.57 | 0.57 | 0.52 |
| Hex | 3F | 4E | CB | 45 | 3E | 0 | 14 | EA | 39 | 34 |
| Octal | 77 | 116 | 313 | 105 | 76 | 0 | 24 | 352 | 71 | 64 |
| Binary | 111111 | 1001110 | 11001011 | 1000101 | 111110 | 0 | 10100 | 11101010 | 111001 | 110100 |
Color Harmonies of #3F4ECB
Complementary color
Monochromatic Colors of #3F4ECB
Black with #3F4ECB
Text Example
Text Example
White with #3F4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4ECB; }
p { color: rgb(63,78,203); }
H1.HeaderClassName
{
color: #3F4ECB;
}
.AnyTagClassName
{
color: #3F4ECB;
}
</style>
background-color css
<style>
a { background-color: #3F4ECB; }
a { background-color: rgb(63,78,203); }
div.DivClassName
{
background-color: #3F4ECB;
}
.BgClassName
{
background-color: #3F4ECB;
}
</style>
border-color css
<style>
span { border-color: #3F4ECB; }
span { border-color: rgb(63,78,203); }
td.TdClassName
{
border-color: #3F4ECB;
}
.TagClassName
{
border-color: #3F4ECB;
}
</style>