Shades of Free Speech Blue #3E4FDD
Tints of Free Speech Blue #3E4FDD
RGB
CMYK
RGB Variations
Color information
#3E4FDD (or 0x3E4FDD) is known color: Free Speech Blue. HEX triplet: 3E, 4F and DD. RGB value is (62,79,221). Sum of RGB (Red+Green+Blue) = 62+79+221=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E4FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E4FDD is #C1B022. Grayscale: #595959. Windows color (decimal): -12693539 or 14503742. OLE color: 14503742.
HSL color Cylindrical-coordinate representation of color #3E4FDD: hue angle of 233.58º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E4FDD is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 79 | 221 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.13 |
| HSL | 233.58º | 0.7% | 0.55% | - |
| HSV(B) | 233.58º | 0.72% | 0.87% | - |
| XYZ | 17.83 | 11.84 | 69.75 | - |
| YUV | 90.11 | 201.87 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 79 | 221 | 0.72 | 0.64 | 0 | 0.13 | 233.58 | 0.7 | 0.55 |
| Hex | 3E | 4F | DD | 48 | 40 | 0 | D | EA | 46 | 37 |
| Octal | 76 | 117 | 335 | 110 | 100 | 0 | 15 | 352 | 106 | 67 |
| Binary | 111110 | 1001111 | 11011101 | 1001000 | 1000000 | 0 | 1101 | 11101010 | 1000110 | 110111 |
Color Harmonies of #3E4FDD
Complementary color
Monochromatic Colors of #3E4FDD
Black with #3E4FDD
Text Example
Text Example
White with #3E4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4FDD; }
p { color: rgb(62,79,221); }
H1.HeaderClassName
{
color: #3E4FDD;
}
.AnyTagClassName
{
color: #3E4FDD;
}
</style>
background-color css
<style>
a { background-color: #3E4FDD; }
a { background-color: rgb(62,79,221); }
div.DivClassName
{
background-color: #3E4FDD;
}
.BgClassName
{
background-color: #3E4FDD;
}
</style>
border-color css
<style>
span { border-color: #3E4FDD; }
span { border-color: rgb(62,79,221); }
td.TdClassName
{
border-color: #3E4FDD;
}
.TagClassName
{
border-color: #3E4FDD;
}
</style>