Shades of Free Speech Blue #3F3ECB
Tints of Free Speech Blue #3F3ECB
RGB
CMYK
RGB Variations
Color information
#3F3ECB (or 0x3F3ECB) is known color: Free Speech Blue. HEX triplet: 3F, 3E and CB. RGB value is (63,62,203). Sum of RGB (Red+Green+Blue) = 63+62+203=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F3ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3ECB is #C0C134. Grayscale: #4D4D4D. Windows color (decimal): -12632373 or 13319743. OLE color: 13319743.
HSL color Cylindrical-coordinate representation of color #3F3ECB: hue angle of 240.43º degrees, saturation: 0.58, 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 #3F3ECB is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 62 | 203 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.20 |
| HSL | 240.43º | 0.58% | 0.52% | - |
| HSV(B) | 240.43º | 0.69% | 0.8% | - |
| XYZ | 14.55 | 8.81 | 57.43 | - |
| YUV | 78.37 | 198.33 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 62 | 203 | 0.69 | 0.69 | 0 | 0.20 | 240.43 | 0.58 | 0.52 |
| Hex | 3F | 3E | CB | 45 | 45 | 0 | 14 | F0 | 3A | 34 |
| Octal | 77 | 76 | 313 | 105 | 105 | 0 | 24 | 360 | 72 | 64 |
| Binary | 111111 | 111110 | 11001011 | 1000101 | 1000101 | 0 | 10100 | 11110000 | 111010 | 110100 |
Color Harmonies of #3F3ECB
Complementary color
Monochromatic Colors of #3F3ECB
Black with #3F3ECB
Text Example
Text Example
White with #3F3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3ECB; }
p { color: rgb(63,62,203); }
H1.HeaderClassName
{
color: #3F3ECB;
}
.AnyTagClassName
{
color: #3F3ECB;
}
</style>
background-color css
<style>
a { background-color: #3F3ECB; }
a { background-color: rgb(63,62,203); }
div.DivClassName
{
background-color: #3F3ECB;
}
.BgClassName
{
background-color: #3F3ECB;
}
</style>
border-color css
<style>
span { border-color: #3F3ECB; }
span { border-color: rgb(63,62,203); }
td.TdClassName
{
border-color: #3F3ECB;
}
.TagClassName
{
border-color: #3F3ECB;
}
</style>