Shades of Free Speech Blue #3E4DDF
Tints of Free Speech Blue #3E4DDF
RGB
CMYK
RGB Variations
Color information
#3E4DDF (or 0x3E4DDF) is known color: Free Speech Blue. HEX triplet: 3E, 4D and DF. RGB value is (62,77,223). Sum of RGB (Red+Green+Blue) = 62+77+223=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E4DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4DDF is #C1B220. Grayscale: #585858. Windows color (decimal): -12694049 or 14634302. OLE color: 14634302.
HSL color Cylindrical-coordinate representation of color #3E4DDF: hue angle of 234.41º 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 #3E4DDF is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 77 | 223 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.13 |
| HSL | 234.41º | 0.72% | 0.56% | - |
| HSV(B) | 234.41º | 0.72% | 0.87% | - |
| XYZ | 17.96 | 11.66 | 71.12 | - |
| YUV | 89.16 | 203.53 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 77 | 223 | 0.72 | 0.65 | 0 | 0.13 | 234.41 | 0.72 | 0.56 |
| Hex | 3E | 4D | DF | 48 | 41 | 0 | D | EA | 48 | 38 |
| Octal | 76 | 115 | 337 | 110 | 101 | 0 | 15 | 352 | 110 | 70 |
| Binary | 111110 | 1001101 | 11011111 | 1001000 | 1000001 | 0 | 1101 | 11101010 | 1001000 | 111000 |
Color Harmonies of #3E4DDF
Complementary color
Monochromatic Colors of #3E4DDF
Black with #3E4DDF
Text Example
Text Example
White with #3E4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4DDF; }
p { color: rgb(62,77,223); }
H1.HeaderClassName
{
color: #3E4DDF;
}
.AnyTagClassName
{
color: #3E4DDF;
}
</style>
background-color css
<style>
a { background-color: #3E4DDF; }
a { background-color: rgb(62,77,223); }
div.DivClassName
{
background-color: #3E4DDF;
}
.BgClassName
{
background-color: #3E4DDF;
}
</style>
border-color css
<style>
span { border-color: #3E4DDF; }
span { border-color: rgb(62,77,223); }
td.TdClassName
{
border-color: #3E4DDF;
}
.TagClassName
{
border-color: #3E4DDF;
}
</style>