Shades of Free Speech Blue #3C3EDF
Tints of Free Speech Blue #3C3EDF
RGB
CMYK
RGB Variations
Color information
#3C3EDF (or 0x3C3EDF) is known color: Free Speech Blue. HEX triplet: 3C, 3E and DF. RGB value is (60,62,223). Sum of RGB (Red+Green+Blue) = 60+62+223=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C3EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3EDF is #C3C120. Grayscale: #4F4F4F. Windows color (decimal): -12828961 or 14630460. OLE color: 14630460.
HSL color Cylindrical-coordinate representation of color #3C3EDF: hue angle of 239.26º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C3EDF is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 62 | 223 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.13 |
| HSL | 239.26º | 0.72% | 0.55% | - |
| HSV(B) | 239.26º | 0.73% | 0.87% | - |
| XYZ | 16.91 | 9.73 | 70.8 | - |
| YUV | 79.76 | 208.84 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 62 | 223 | 0.73 | 0.72 | 0 | 0.13 | 239.26 | 0.72 | 0.55 |
| Hex | 3C | 3E | DF | 49 | 48 | 0 | D | EF | 48 | 37 |
| Octal | 74 | 76 | 337 | 111 | 110 | 0 | 15 | 357 | 110 | 67 |
| Binary | 111100 | 111110 | 11011111 | 1001001 | 1001000 | 0 | 1101 | 11101111 | 1001000 | 110111 |
Color Harmonies of #3C3EDF
Complementary color
Monochromatic Colors of #3C3EDF
Black with #3C3EDF
Text Example
Text Example
White with #3C3EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3EDF; }
p { color: rgb(60,62,223); }
H1.HeaderClassName
{
color: #3C3EDF;
}
.AnyTagClassName
{
color: #3C3EDF;
}
</style>
background-color css
<style>
a { background-color: #3C3EDF; }
a { background-color: rgb(60,62,223); }
div.DivClassName
{
background-color: #3C3EDF;
}
.BgClassName
{
background-color: #3C3EDF;
}
</style>
border-color css
<style>
span { border-color: #3C3EDF; }
span { border-color: rgb(60,62,223); }
td.TdClassName
{
border-color: #3C3EDF;
}
.TagClassName
{
border-color: #3C3EDF;
}
</style>