Shades of Free Speech Blue #3A5ACD
Tints of Free Speech Blue #3A5ACD
RGB
CMYK
RGB Variations
Color information
#3A5ACD (or 0x3A5ACD) is known color: Free Speech Blue. HEX triplet: 3A, 5A and CD. RGB value is (58,90,205). Sum of RGB (Red+Green+Blue) = 58+90+205=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A5ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5ACD is #C5A532. Grayscale: #5D5D5D. Windows color (decimal): -12952883 or 13457978. OLE color: 13457978.
HSL color Cylindrical-coordinate representation of color #3A5ACD: hue angle of 226.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A5ACD is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 90 | 205 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.20 |
| HSL | 226.94º | 0.6% | 0.52% | - |
| HSV(B) | 226.94º | 0.72% | 0.8% | - |
| XYZ | 16.42 | 12.62 | 59.33 | - |
| YUV | 93.54 | 190.9 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 205 | 0.72 | 0.56 | 0 | 0.20 | 226.94 | 0.6 | 0.52 |
| Hex | 3A | 5A | CD | 48 | 38 | 0 | 14 | E3 | 3C | 34 |
| Octal | 72 | 132 | 315 | 110 | 70 | 0 | 24 | 343 | 74 | 64 |
| Binary | 111010 | 1011010 | 11001101 | 1001000 | 111000 | 0 | 10100 | 11100011 | 111100 | 110100 |
Color Harmonies of #3A5ACD
Complementary color
Monochromatic Colors of #3A5ACD
Black with #3A5ACD
Text Example
Text Example
White with #3A5ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5ACD; }
p { color: rgb(58,90,205); }
H1.HeaderClassName
{
color: #3A5ACD;
}
.AnyTagClassName
{
color: #3A5ACD;
}
</style>
background-color css
<style>
a { background-color: #3A5ACD; }
a { background-color: rgb(58,90,205); }
div.DivClassName
{
background-color: #3A5ACD;
}
.BgClassName
{
background-color: #3A5ACD;
}
</style>
border-color css
<style>
span { border-color: #3A5ACD; }
span { border-color: rgb(58,90,205); }
td.TdClassName
{
border-color: #3A5ACD;
}
.TagClassName
{
border-color: #3A5ACD;
}
</style>