Shades of Free Speech Blue #3E43D7
Tints of Free Speech Blue #3E43D7
RGB
CMYK
RGB Variations
Color information
#3E43D7 (or 0x3E43D7) is known color: Free Speech Blue. HEX triplet: 3E, 43 and D7. RGB value is (62,67,215). Sum of RGB (Red+Green+Blue) = 62+67+215=344 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.02% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 215 (84.38% from 255 or 62.5% from 344); Max value from RGB is 215 - color contains mainly: blue. Hex color #3E43D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E43D7 is #C1BC28. Grayscale: #515151. Windows color (decimal): -12696617 or 14107454. OLE color: 14107454.
HSL color Cylindrical-coordinate representation of color #3E43D7: hue angle of 238.04º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E43D7 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 67 | 215 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.16 |
| HSL | 238.04º | 0.66% | 0.54% | - |
| HSV(B) | 238.04º | 0.71% | 0.84% | - |
| XYZ | 16.26 | 9.94 | 65.35 | - |
| YUV | 82.38 | 202.84 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 215 | 0.71 | 0.69 | 0 | 0.16 | 238.04 | 0.66 | 0.54 |
| Hex | 3E | 43 | D7 | 47 | 45 | 0 | 10 | EE | 42 | 36 |
| Octal | 76 | 103 | 327 | 107 | 105 | 0 | 20 | 356 | 102 | 66 |
| Binary | 111110 | 1000011 | 11010111 | 1000111 | 1000101 | 0 | 10000 | 11101110 | 1000010 | 110110 |
Color Harmonies of #3E43D7
Complementary color
Monochromatic Colors of #3E43D7
Black with #3E43D7
Text Example
Text Example
White with #3E43D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E43D7; }
p { color: rgb(62,67,215); }
H1.HeaderClassName
{
color: #3E43D7;
}
.AnyTagClassName
{
color: #3E43D7;
}
</style>
background-color css
<style>
a { background-color: #3E43D7; }
a { background-color: rgb(62,67,215); }
div.DivClassName
{
background-color: #3E43D7;
}
.BgClassName
{
background-color: #3E43D7;
}
</style>
border-color css
<style>
span { border-color: #3E43D7; }
span { border-color: rgb(62,67,215); }
td.TdClassName
{
border-color: #3E43D7;
}
.TagClassName
{
border-color: #3E43D7;
}
</style>