Shades of Free Speech Blue #3A36D6
Tints of Free Speech Blue #3A36D6
RGB
CMYK
RGB Variations
Color information
#3A36D6 (or 0x3A36D6) is known color: Free Speech Blue. HEX triplet: 3A, 36 and D6. RGB value is (58,54,214). Sum of RGB (Red+Green+Blue) = 58+54+214=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #3A36D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A36D6 is #C5C929. Grayscale: #484848. Windows color (decimal): -12962090 or 14038586. OLE color: 14038586.
HSL color Cylindrical-coordinate representation of color #3A36D6: hue angle of 241.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A36D6 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 54 | 214 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.16 |
| HSL | 241.5º | 0.66% | 0.53% | - |
| HSV(B) | 241.5º | 0.75% | 0.84% | - |
| XYZ | 15.2 | 8.39 | 64.44 | - |
| YUV | 73.44 | 207.33 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 214 | 0.73 | 0.75 | 0 | 0.16 | 241.5 | 0.66 | 0.53 |
| Hex | 3A | 36 | D6 | 49 | 4B | 0 | 10 | F2 | 42 | 35 |
| Octal | 72 | 66 | 326 | 111 | 113 | 0 | 20 | 362 | 102 | 65 |
| Binary | 111010 | 110110 | 11010110 | 1001001 | 1001011 | 0 | 10000 | 11110010 | 1000010 | 110101 |
Color Harmonies of #3A36D6
Complementary color
Monochromatic Colors of #3A36D6
Black with #3A36D6
Text Example
Text Example
White with #3A36D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A36D6; }
p { color: rgb(58,54,214); }
H1.HeaderClassName
{
color: #3A36D6;
}
.AnyTagClassName
{
color: #3A36D6;
}
</style>
background-color css
<style>
a { background-color: #3A36D6; }
a { background-color: rgb(58,54,214); }
div.DivClassName
{
background-color: #3A36D6;
}
.BgClassName
{
background-color: #3A36D6;
}
</style>
border-color css
<style>
span { border-color: #3A36D6; }
span { border-color: rgb(58,54,214); }
td.TdClassName
{
border-color: #3A36D6;
}
.TagClassName
{
border-color: #3A36D6;
}
</style>