Shades of Free Speech Blue #3C31CE
Tints of Free Speech Blue #3C31CE
RGB
CMYK
RGB Variations
Color information
#3C31CE (or 0x3C31CE) is known color: Free Speech Blue. HEX triplet: 3C, 31 and CE. RGB value is (60,49,206). Sum of RGB (Red+Green+Blue) = 60+49+206=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C31CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31CE is #C3CE31. Grayscale: #454545. Windows color (decimal): -12832306 or 13513020. OLE color: 13513020.
HSL color Cylindrical-coordinate representation of color #3C31CE: hue angle of 244.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C31CE is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 49 | 206 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.19 |
| HSL | 244.2º | 0.62% | 0.5% | - |
| HSV(B) | 244.2º | 0.76% | 0.81% | - |
| XYZ | 14.1 | 7.61 | 59.12 | - |
| YUV | 70.19 | 204.64 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 206 | 0.71 | 0.76 | 0 | 0.19 | 244.2 | 0.62 | 0.5 |
| Hex | 3C | 31 | CE | 47 | 4C | 0 | 13 | F4 | 3E | 32 |
| Octal | 74 | 61 | 316 | 107 | 114 | 0 | 23 | 364 | 76 | 62 |
| Binary | 111100 | 110001 | 11001110 | 1000111 | 1001100 | 0 | 10011 | 11110100 | 111110 | 110010 |
Color Harmonies of #3C31CE
Complementary color
Monochromatic Colors of #3C31CE
Black with #3C31CE
Text Example
Text Example
White with #3C31CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C31CE; }
p { color: rgb(60,49,206); }
H1.HeaderClassName
{
color: #3C31CE;
}
.AnyTagClassName
{
color: #3C31CE;
}
</style>
background-color css
<style>
a { background-color: #3C31CE; }
a { background-color: rgb(60,49,206); }
div.DivClassName
{
background-color: #3C31CE;
}
.BgClassName
{
background-color: #3C31CE;
}
</style>
border-color css
<style>
span { border-color: #3C31CE; }
span { border-color: rgb(60,49,206); }
td.TdClassName
{
border-color: #3C31CE;
}
.TagClassName
{
border-color: #3C31CE;
}
</style>