Shades of Free Speech Blue #3A51C6
Tints of Free Speech Blue #3A51C6
RGB
CMYK
RGB Variations
Color information
#3A51C6 (or 0x3A51C6) is known color: Free Speech Blue. HEX triplet: 3A, 51 and C6. RGB value is (58,81,198). Sum of RGB (Red+Green+Blue) = 58+81+198=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 198 (77.73% from 255 or 58.75% from 337); Max value from RGB is 198 - color contains mainly: blue. Hex color #3A51C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A51C6 is #C5AE39. Grayscale: #565656. Windows color (decimal): -12955194 or 12996922. OLE color: 12996922.
HSL color Cylindrical-coordinate representation of color #3A51C6: hue angle of 230.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A51C6 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 81 | 198 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.22 |
| HSL | 230.14º | 0.55% | 0.5% | - |
| HSV(B) | 230.14º | 0.71% | 0.78% | - |
| XYZ | 14.88 | 10.86 | 54.74 | - |
| YUV | 87.46 | 190.38 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 198 | 0.71 | 0.59 | 0 | 0.22 | 230.14 | 0.55 | 0.5 |
| Hex | 3A | 51 | C6 | 47 | 3B | 0 | 16 | E6 | 37 | 32 |
| Octal | 72 | 121 | 306 | 107 | 73 | 0 | 26 | 346 | 67 | 62 |
| Binary | 111010 | 1010001 | 11000110 | 1000111 | 111011 | 0 | 10110 | 11100110 | 110111 | 110010 |
Color Harmonies of #3A51C6
Complementary color
Monochromatic Colors of #3A51C6
Black with #3A51C6
Text Example
Text Example
White with #3A51C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A51C6; }
p { color: rgb(58,81,198); }
H1.HeaderClassName
{
color: #3A51C6;
}
.AnyTagClassName
{
color: #3A51C6;
}
</style>
background-color css
<style>
a { background-color: #3A51C6; }
a { background-color: rgb(58,81,198); }
div.DivClassName
{
background-color: #3A51C6;
}
.BgClassName
{
background-color: #3A51C6;
}
</style>
border-color css
<style>
span { border-color: #3A51C6; }
span { border-color: rgb(58,81,198); }
td.TdClassName
{
border-color: #3A51C6;
}
.TagClassName
{
border-color: #3A51C6;
}
</style>