Shades of Free Speech Blue #3E42CF
Tints of Free Speech Blue #3E42CF
RGB
CMYK
RGB Variations
Color information
#3E42CF (or 0x3E42CF) is known color: Free Speech Blue. HEX triplet: 3E, 42 and CF. RGB value is (62,66,207). Sum of RGB (Red+Green+Blue) = 62+66+207=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E42CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E42CF is #C1BD30. Grayscale: #505050. Windows color (decimal): -12696881 or 13582910. OLE color: 13582910.
HSL color Cylindrical-coordinate representation of color #3E42CF: hue angle of 238.34º 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 #3E42CF is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 66 | 207 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.19 |
| HSL | 238.34º | 0.6% | 0.53% | - |
| HSV(B) | 238.34º | 0.7% | 0.81% | - |
| XYZ | 15.2 | 9.43 | 60.05 | - |
| YUV | 80.88 | 199.17 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 207 | 0.70 | 0.68 | 0 | 0.19 | 238.34 | 0.6 | 0.53 |
| Hex | 3E | 42 | CF | 46 | 44 | 0 | 13 | EE | 3C | 35 |
| Octal | 76 | 102 | 317 | 106 | 104 | 0 | 23 | 356 | 74 | 65 |
| Binary | 111110 | 1000010 | 11001111 | 1000110 | 1000100 | 0 | 10011 | 11101110 | 111100 | 110101 |
Color Harmonies of #3E42CF
Complementary color
Monochromatic Colors of #3E42CF
Black with #3E42CF
Text Example
Text Example
White with #3E42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E42CF; }
p { color: rgb(62,66,207); }
H1.HeaderClassName
{
color: #3E42CF;
}
.AnyTagClassName
{
color: #3E42CF;
}
</style>
background-color css
<style>
a { background-color: #3E42CF; }
a { background-color: rgb(62,66,207); }
div.DivClassName
{
background-color: #3E42CF;
}
.BgClassName
{
background-color: #3E42CF;
}
</style>
border-color css
<style>
span { border-color: #3E42CF; }
span { border-color: rgb(62,66,207); }
td.TdClassName
{
border-color: #3E42CF;
}
.TagClassName
{
border-color: #3E42CF;
}
</style>