Shades of Free Speech Blue #3A3BDA
Tints of Free Speech Blue #3A3BDA
RGB
CMYK
RGB Variations
Color information
#3A3BDA (or 0x3A3BDA) is known color: Free Speech Blue. HEX triplet: 3A, 3B and DA. RGB value is (58,59,218). Sum of RGB (Red+Green+Blue) = 58+59+218=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #3A3BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3BDA is #C5C425. Grayscale: #4C4C4C. Windows color (decimal): -12960806 or 14302010. OLE color: 14302010.
HSL color Cylindrical-coordinate representation of color #3A3BDA: hue angle of 239.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A3BDA is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 59 | 218 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.15 |
| HSL | 239.63º | 0.68% | 0.54% | - |
| HSV(B) | 239.63º | 0.73% | 0.85% | - |
| XYZ | 15.96 | 9.09 | 67.24 | - |
| YUV | 76.83 | 207.67 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 59 | 218 | 0.73 | 0.73 | 0 | 0.15 | 239.63 | 0.68 | 0.54 |
| Hex | 3A | 3B | DA | 49 | 49 | 0 | F | F0 | 44 | 36 |
| Octal | 72 | 73 | 332 | 111 | 111 | 0 | 17 | 360 | 104 | 66 |
| Binary | 111010 | 111011 | 11011010 | 1001001 | 1001001 | 0 | 1111 | 11110000 | 1000100 | 110110 |
Color Harmonies of #3A3BDA
Complementary color
Monochromatic Colors of #3A3BDA
Black with #3A3BDA
Text Example
Text Example
White with #3A3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3BDA; }
p { color: rgb(58,59,218); }
H1.HeaderClassName
{
color: #3A3BDA;
}
.AnyTagClassName
{
color: #3A3BDA;
}
</style>
background-color css
<style>
a { background-color: #3A3BDA; }
a { background-color: rgb(58,59,218); }
div.DivClassName
{
background-color: #3A3BDA;
}
.BgClassName
{
background-color: #3A3BDA;
}
</style>
border-color css
<style>
span { border-color: #3A3BDA; }
span { border-color: rgb(58,59,218); }
td.TdClassName
{
border-color: #3A3BDA;
}
.TagClassName
{
border-color: #3A3BDA;
}
</style>