Shades of Free Speech Blue #3E3FDF
Tints of Free Speech Blue #3E3FDF
RGB
CMYK
RGB Variations
Color information
#3E3FDF (or 0x3E3FDF) is known color: Free Speech Blue. HEX triplet: 3E, 3F and DF. RGB value is (62,63,223). Sum of RGB (Red+Green+Blue) = 62+63+223=348 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.82% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E3FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3FDF is #C1C020. Grayscale: #505050. Windows color (decimal): -12697633 or 14630718. OLE color: 14630718.
HSL color Cylindrical-coordinate representation of color #3E3FDF: hue angle of 239.63º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E3FDF is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 63 | 223 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.13 |
| HSL | 239.63º | 0.72% | 0.56% | - |
| HSV(B) | 239.63º | 0.72% | 0.87% | - |
| XYZ | 17.08 | 9.91 | 70.82 | - |
| YUV | 80.94 | 208.17 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 223 | 0.72 | 0.72 | 0 | 0.13 | 239.63 | 0.72 | 0.56 |
| Hex | 3E | 3F | DF | 48 | 48 | 0 | D | F0 | 48 | 38 |
| Octal | 76 | 77 | 337 | 110 | 110 | 0 | 15 | 360 | 110 | 70 |
| Binary | 111110 | 111111 | 11011111 | 1001000 | 1001000 | 0 | 1101 | 11110000 | 1001000 | 111000 |
Color Harmonies of #3E3FDF
Complementary color
Monochromatic Colors of #3E3FDF
Black with #3E3FDF
Text Example
Text Example
White with #3E3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3FDF; }
p { color: rgb(62,63,223); }
H1.HeaderClassName
{
color: #3E3FDF;
}
.AnyTagClassName
{
color: #3E3FDF;
}
</style>
background-color css
<style>
a { background-color: #3E3FDF; }
a { background-color: rgb(62,63,223); }
div.DivClassName
{
background-color: #3E3FDF;
}
.BgClassName
{
background-color: #3E3FDF;
}
</style>
border-color css
<style>
span { border-color: #3E3FDF; }
span { border-color: rgb(62,63,223); }
td.TdClassName
{
border-color: #3E3FDF;
}
.TagClassName
{
border-color: #3E3FDF;
}
</style>