Shades of Free Speech Blue #3E3CCF
Tints of Free Speech Blue #3E3CCF
RGB
CMYK
RGB Variations
Color information
#3E3CCF (or 0x3E3CCF) is known color: Free Speech Blue. HEX triplet: 3E, 3C and CF. RGB value is (62,60,207). Sum of RGB (Red+Green+Blue) = 62+60+207=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E3CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3CCF is #C1C330. Grayscale: #4C4C4C. Windows color (decimal): -12698417 or 13581374. OLE color: 13581374.
HSL color Cylindrical-coordinate representation of color #3E3CCF: hue angle of 240.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E3CCF is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 60 | 207 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.19 |
| HSL | 240.82º | 0.6% | 0.52% | - |
| HSV(B) | 240.82º | 0.71% | 0.81% | - |
| XYZ | 14.86 | 8.76 | 59.94 | - |
| YUV | 77.36 | 201.16 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 207 | 0.70 | 0.71 | 0 | 0.19 | 240.82 | 0.6 | 0.52 |
| Hex | 3E | 3C | CF | 46 | 47 | 0 | 13 | F1 | 3C | 34 |
| Octal | 76 | 74 | 317 | 106 | 107 | 0 | 23 | 361 | 74 | 64 |
| Binary | 111110 | 111100 | 11001111 | 1000110 | 1000111 | 0 | 10011 | 11110001 | 111100 | 110100 |
Color Harmonies of #3E3CCF
Complementary color
Monochromatic Colors of #3E3CCF
Black with #3E3CCF
Text Example
Text Example
White with #3E3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3CCF; }
p { color: rgb(62,60,207); }
H1.HeaderClassName
{
color: #3E3CCF;
}
.AnyTagClassName
{
color: #3E3CCF;
}
</style>
background-color css
<style>
a { background-color: #3E3CCF; }
a { background-color: rgb(62,60,207); }
div.DivClassName
{
background-color: #3E3CCF;
}
.BgClassName
{
background-color: #3E3CCF;
}
</style>
border-color css
<style>
span { border-color: #3E3CCF; }
span { border-color: rgb(62,60,207); }
td.TdClassName
{
border-color: #3E3CCF;
}
.TagClassName
{
border-color: #3E3CCF;
}
</style>