Shades of Free Speech Blue #3E41DC
Tints of Free Speech Blue #3E41DC
RGB
CMYK
RGB Variations
Color information
#3E41DC (or 0x3E41DC) is known color: Free Speech Blue. HEX triplet: 3E, 41 and DC. RGB value is (62,65,220). Sum of RGB (Red+Green+Blue) = 62+65+220=347 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.87% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E41DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E41DC is #C1BE23. Grayscale: #515151. Windows color (decimal): -12697124 or 14434622. OLE color: 14434622.
HSL color Cylindrical-coordinate representation of color #3E41DC: hue angle of 238.86º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E41DC is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 65 | 220 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.14 |
| HSL | 238.86º | 0.69% | 0.55% | - |
| HSV(B) | 238.86º | 0.72% | 0.86% | - |
| XYZ | 16.8 | 9.97 | 68.75 | - |
| YUV | 81.77 | 206.01 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 220 | 0.72 | 0.70 | 0 | 0.14 | 238.86 | 0.69 | 0.55 |
| Hex | 3E | 41 | DC | 48 | 46 | 0 | E | EF | 45 | 37 |
| Octal | 76 | 101 | 334 | 110 | 106 | 0 | 16 | 357 | 105 | 67 |
| Binary | 111110 | 1000001 | 11011100 | 1001000 | 1000110 | 0 | 1110 | 11101111 | 1000101 | 110111 |
Color Harmonies of #3E41DC
Complementary color
Monochromatic Colors of #3E41DC
Black with #3E41DC
Text Example
Text Example
White with #3E41DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E41DC; }
p { color: rgb(62,65,220); }
H1.HeaderClassName
{
color: #3E41DC;
}
.AnyTagClassName
{
color: #3E41DC;
}
</style>
background-color css
<style>
a { background-color: #3E41DC; }
a { background-color: rgb(62,65,220); }
div.DivClassName
{
background-color: #3E41DC;
}
.BgClassName
{
background-color: #3E41DC;
}
</style>
border-color css
<style>
span { border-color: #3E41DC; }
span { border-color: rgb(62,65,220); }
td.TdClassName
{
border-color: #3E41DC;
}
.TagClassName
{
border-color: #3E41DC;
}
</style>