Shades of Free Speech Blue #3E3DDA
Tints of Free Speech Blue #3E3DDA
RGB
CMYK
RGB Variations
Color information
#3E3DDA (or 0x3E3DDA) is known color: Free Speech Blue. HEX triplet: 3E, 3D and DA. RGB value is (62,61,218). Sum of RGB (Red+Green+Blue) = 62+61+218=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E3DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3DDA is #C1C225. Grayscale: #4E4E4E. Windows color (decimal): -12698150 or 14302526. OLE color: 14302526.
HSL color Cylindrical-coordinate representation of color #3E3DDA: hue angle of 240.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E3DDA is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 61 | 218 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.15 |
| HSL | 240.38º | 0.68% | 0.55% | - |
| HSV(B) | 240.38º | 0.72% | 0.85% | - |
| XYZ | 16.31 | 9.42 | 67.29 | - |
| YUV | 79.2 | 206.33 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 61 | 218 | 0.72 | 0.72 | 0 | 0.15 | 240.38 | 0.68 | 0.55 |
| Hex | 3E | 3D | DA | 48 | 48 | 0 | F | F0 | 44 | 37 |
| Octal | 76 | 75 | 332 | 110 | 110 | 0 | 17 | 360 | 104 | 67 |
| Binary | 111110 | 111101 | 11011010 | 1001000 | 1001000 | 0 | 1111 | 11110000 | 1000100 | 110111 |
Color Harmonies of #3E3DDA
Complementary color
Monochromatic Colors of #3E3DDA
Black with #3E3DDA
Text Example
Text Example
White with #3E3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3DDA; }
p { color: rgb(62,61,218); }
H1.HeaderClassName
{
color: #3E3DDA;
}
.AnyTagClassName
{
color: #3E3DDA;
}
</style>
background-color css
<style>
a { background-color: #3E3DDA; }
a { background-color: rgb(62,61,218); }
div.DivClassName
{
background-color: #3E3DDA;
}
.BgClassName
{
background-color: #3E3DDA;
}
</style>
border-color css
<style>
span { border-color: #3E3DDA; }
span { border-color: rgb(62,61,218); }
td.TdClassName
{
border-color: #3E3DDA;
}
.TagClassName
{
border-color: #3E3DDA;
}
</style>