Shades of Free Speech Blue #3E41CE
Tints of Free Speech Blue #3E41CE
RGB
CMYK
RGB Variations
Color information
#3E41CE (or 0x3E41CE) is known color: Free Speech Blue. HEX triplet: 3E, 41 and CE. RGB value is (62,65,206). Sum of RGB (Red+Green+Blue) = 62+65+206=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E41CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E41CE is #C1BE31. Grayscale: #4F4F4F. Windows color (decimal): -12697138 or 13517118. OLE color: 13517118.
HSL color Cylindrical-coordinate representation of color #3E41CE: hue angle of 238.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E41CE is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 65 | 206 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.19 |
| HSL | 238.75º | 0.6% | 0.53% | - |
| HSV(B) | 238.75º | 0.7% | 0.81% | - |
| XYZ | 15.02 | 9.26 | 59.39 | - |
| YUV | 80.18 | 199.01 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 206 | 0.70 | 0.68 | 0 | 0.19 | 238.75 | 0.6 | 0.53 |
| Hex | 3E | 41 | CE | 46 | 44 | 0 | 13 | EF | 3C | 35 |
| Octal | 76 | 101 | 316 | 106 | 104 | 0 | 23 | 357 | 74 | 65 |
| Binary | 111110 | 1000001 | 11001110 | 1000110 | 1000100 | 0 | 10011 | 11101111 | 111100 | 110101 |
Color Harmonies of #3E41CE
Complementary color
Monochromatic Colors of #3E41CE
Black with #3E41CE
Text Example
Text Example
White with #3E41CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E41CE; }
p { color: rgb(62,65,206); }
H1.HeaderClassName
{
color: #3E41CE;
}
.AnyTagClassName
{
color: #3E41CE;
}
</style>
background-color css
<style>
a { background-color: #3E41CE; }
a { background-color: rgb(62,65,206); }
div.DivClassName
{
background-color: #3E41CE;
}
.BgClassName
{
background-color: #3E41CE;
}
</style>
border-color css
<style>
span { border-color: #3E41CE; }
span { border-color: rgb(62,65,206); }
td.TdClassName
{
border-color: #3E41CE;
}
.TagClassName
{
border-color: #3E41CE;
}
</style>