Shades of Free Speech Blue #3A35DC
Tints of Free Speech Blue #3A35DC
RGB
CMYK
RGB Variations
Color information
#3A35DC (or 0x3A35DC) is known color: Free Speech Blue. HEX triplet: 3A, 35 and DC. RGB value is (58,53,220). Sum of RGB (Red+Green+Blue) = 58+53+220=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A35DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A35DC is #C5CA23. Grayscale: #484848. Windows color (decimal): -12962340 or 14431546. OLE color: 14431546.
HSL color Cylindrical-coordinate representation of color #3A35DC: hue angle of 241.8º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A35DC is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 53 | 220 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.14 |
| HSL | 241.8º | 0.7% | 0.54% | - |
| HSV(B) | 241.8º | 0.76% | 0.86% | - |
| XYZ | 15.94 | 8.61 | 68.53 | - |
| YUV | 73.53 | 210.66 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 220 | 0.74 | 0.76 | 0 | 0.14 | 241.8 | 0.7 | 0.54 |
| Hex | 3A | 35 | DC | 4A | 4C | 0 | E | F2 | 46 | 36 |
| Octal | 72 | 65 | 334 | 112 | 114 | 0 | 16 | 362 | 106 | 66 |
| Binary | 111010 | 110101 | 11011100 | 1001010 | 1001100 | 0 | 1110 | 11110010 | 1000110 | 110110 |
Color Harmonies of #3A35DC
Complementary color
Monochromatic Colors of #3A35DC
Black with #3A35DC
Text Example
Text Example
White with #3A35DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A35DC; }
p { color: rgb(58,53,220); }
H1.HeaderClassName
{
color: #3A35DC;
}
.AnyTagClassName
{
color: #3A35DC;
}
</style>
background-color css
<style>
a { background-color: #3A35DC; }
a { background-color: rgb(58,53,220); }
div.DivClassName
{
background-color: #3A35DC;
}
.BgClassName
{
background-color: #3A35DC;
}
</style>
border-color css
<style>
span { border-color: #3A35DC; }
span { border-color: rgb(58,53,220); }
td.TdClassName
{
border-color: #3A35DC;
}
.TagClassName
{
border-color: #3A35DC;
}
</style>