Shades of Free Speech Blue #3A54CA
Tints of Free Speech Blue #3A54CA
RGB
CMYK
RGB Variations
Color information
#3A54CA (or 0x3A54CA) is known color: Free Speech Blue. HEX triplet: 3A, 54 and CA. RGB value is (58,84,202). Sum of RGB (Red+Green+Blue) = 58+84+202=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A54CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A54CA is #C5AB35. Grayscale: #595959. Windows color (decimal): -12954422 or 13259834. OLE color: 13259834.
HSL color Cylindrical-coordinate representation of color #3A54CA: hue angle of 229.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A54CA is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 84 | 202 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.21 |
| HSL | 229.17º | 0.58% | 0.51% | - |
| HSV(B) | 229.17º | 0.71% | 0.79% | - |
| XYZ | 15.58 | 11.5 | 57.28 | - |
| YUV | 89.68 | 191.39 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 84 | 202 | 0.71 | 0.58 | 0 | 0.21 | 229.17 | 0.58 | 0.51 |
| Hex | 3A | 54 | CA | 47 | 3A | 0 | 15 | E5 | 3A | 33 |
| Octal | 72 | 124 | 312 | 107 | 72 | 0 | 25 | 345 | 72 | 63 |
| Binary | 111010 | 1010100 | 11001010 | 1000111 | 111010 | 0 | 10101 | 11100101 | 111010 | 110011 |
Color Harmonies of #3A54CA
Complementary color
Monochromatic Colors of #3A54CA
Black with #3A54CA
Text Example
Text Example
White with #3A54CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A54CA; }
p { color: rgb(58,84,202); }
H1.HeaderClassName
{
color: #3A54CA;
}
.AnyTagClassName
{
color: #3A54CA;
}
</style>
background-color css
<style>
a { background-color: #3A54CA; }
a { background-color: rgb(58,84,202); }
div.DivClassName
{
background-color: #3A54CA;
}
.BgClassName
{
background-color: #3A54CA;
}
</style>
border-color css
<style>
span { border-color: #3A54CA; }
span { border-color: rgb(58,84,202); }
td.TdClassName
{
border-color: #3A54CA;
}
.TagClassName
{
border-color: #3A54CA;
}
</style>