Shades of Free Speech Blue #3A36D7
Tints of Free Speech Blue #3A36D7
RGB
CMYK
RGB Variations
Color information
#3A36D7 (or 0x3A36D7) is known color: Free Speech Blue. HEX triplet: 3A, 36 and D7. RGB value is (58,54,215). Sum of RGB (Red+Green+Blue) = 58+54+215=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 215 (84.38% from 255 or 65.75% from 327); Max value from RGB is 215 - color contains mainly: blue. Hex color #3A36D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A36D7 is #C5C928. Grayscale: #484848. Windows color (decimal): -12962089 or 14104122. OLE color: 14104122.
HSL color Cylindrical-coordinate representation of color #3A36D7: hue angle of 241.49º degrees, saturation: 0.67, 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 #3A36D7 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 54 | 215 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.16 |
| HSL | 241.49º | 0.67% | 0.53% | - |
| HSV(B) | 241.49º | 0.75% | 0.84% | - |
| XYZ | 15.33 | 8.44 | 65.11 | - |
| YUV | 73.55 | 207.83 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 215 | 0.73 | 0.75 | 0 | 0.16 | 241.49 | 0.67 | 0.53 |
| Hex | 3A | 36 | D7 | 49 | 4B | 0 | 10 | F1 | 43 | 35 |
| Octal | 72 | 66 | 327 | 111 | 113 | 0 | 20 | 361 | 103 | 65 |
| Binary | 111010 | 110110 | 11010111 | 1001001 | 1001011 | 0 | 10000 | 11110001 | 1000011 | 110101 |
Color Harmonies of #3A36D7
Complementary color
Monochromatic Colors of #3A36D7
Black with #3A36D7
Text Example
Text Example
White with #3A36D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A36D7; }
p { color: rgb(58,54,215); }
H1.HeaderClassName
{
color: #3A36D7;
}
.AnyTagClassName
{
color: #3A36D7;
}
</style>
background-color css
<style>
a { background-color: #3A36D7; }
a { background-color: rgb(58,54,215); }
div.DivClassName
{
background-color: #3A36D7;
}
.BgClassName
{
background-color: #3A36D7;
}
</style>
border-color css
<style>
span { border-color: #3A36D7; }
span { border-color: rgb(58,54,215); }
td.TdClassName
{
border-color: #3A36D7;
}
.TagClassName
{
border-color: #3A36D7;
}
</style>