Shades of Free Speech Blue #3E68CA
Tints of Free Speech Blue #3E68CA
RGB
CMYK
RGB Variations
Color information
#3E68CA (or 0x3E68CA) is known color: Free Speech Blue. HEX triplet: 3E, 68 and CA. RGB value is (62,104,202). Sum of RGB (Red+Green+Blue) = 62+104+202=368 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.85% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E68CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E68CA is #C19735. Grayscale: #666666. Windows color (decimal): -12687158 or 13264958. OLE color: 13264958.
HSL color Cylindrical-coordinate representation of color #3E68CA: hue angle of 222º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E68CA is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 104 | 202 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.21 |
| HSL | 222º | 0.57% | 0.52% | - |
| HSV(B) | 222º | 0.69% | 0.79% | - |
| XYZ | 17.6 | 15.19 | 57.88 | - |
| YUV | 102.61 | 184.09 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 202 | 0.69 | 0.49 | 0 | 0.21 | 222 | 0.57 | 0.52 |
| Hex | 3E | 68 | CA | 45 | 31 | 0 | 15 | DE | 39 | 34 |
| Octal | 76 | 150 | 312 | 105 | 61 | 0 | 25 | 336 | 71 | 64 |
| Binary | 111110 | 1101000 | 11001010 | 1000101 | 110001 | 0 | 10101 | 11011110 | 111001 | 110100 |
Color Harmonies of #3E68CA
Complementary color
Monochromatic Colors of #3E68CA
Black with #3E68CA
Text Example
Text Example
White with #3E68CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E68CA; }
p { color: rgb(62,104,202); }
H1.HeaderClassName
{
color: #3E68CA;
}
.AnyTagClassName
{
color: #3E68CA;
}
</style>
background-color css
<style>
a { background-color: #3E68CA; }
a { background-color: rgb(62,104,202); }
div.DivClassName
{
background-color: #3E68CA;
}
.BgClassName
{
background-color: #3E68CA;
}
</style>
border-color css
<style>
span { border-color: #3E68CA; }
span { border-color: rgb(62,104,202); }
td.TdClassName
{
border-color: #3E68CA;
}
.TagClassName
{
border-color: #3E68CA;
}
</style>