Shades of Free Speech Blue #3A4ACC
Tints of Free Speech Blue #3A4ACC
RGB
CMYK
RGB Variations
Color information
#3A4ACC (or 0x3A4ACC) is known color: Free Speech Blue. HEX triplet: 3A, 4A and CC. RGB value is (58,74,204). Sum of RGB (Red+Green+Blue) = 58+74+204=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A4ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A4ACC is #C5B533. Grayscale: #535353. Windows color (decimal): -12956980 or 13388346. OLE color: 13388346.
HSL color Cylindrical-coordinate representation of color #3A4ACC: hue angle of 233.42º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A4ACC is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 74 | 204 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.2 |
| HSL | 233.42º | 0.59% | 0.51% | - |
| HSV(B) | 233.42º | 0.72% | 0.8% | - |
| XYZ | 15.09 | 10.16 | 58.29 | - |
| YUV | 84.04 | 195.7 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 74 | 204 | 0.72 | 0.64 | 0 | 0.2 | 233.42 | 0.59 | 0.51 |
| Hex | 3A | 4A | CC | 48 | 40 | 0 | 14 | E9 | 3B | 33 |
| Octal | 72 | 112 | 314 | 110 | 100 | 0 | 24 | 351 | 73 | 63 |
| Binary | 111010 | 1001010 | 11001100 | 1001000 | 1000000 | 0 | 10100 | 11101001 | 111011 | 110011 |
Color Harmonies of #3A4ACC
Complementary color
Monochromatic Colors of #3A4ACC
Black with #3A4ACC
Text Example
Text Example
White with #3A4ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4ACC; }
p { color: rgb(58,74,204); }
H1.HeaderClassName
{
color: #3A4ACC;
}
.AnyTagClassName
{
color: #3A4ACC;
}
</style>
background-color css
<style>
a { background-color: #3A4ACC; }
a { background-color: rgb(58,74,204); }
div.DivClassName
{
background-color: #3A4ACC;
}
.BgClassName
{
background-color: #3A4ACC;
}
</style>
border-color css
<style>
span { border-color: #3A4ACC; }
span { border-color: rgb(58,74,204); }
td.TdClassName
{
border-color: #3A4ACC;
}
.TagClassName
{
border-color: #3A4ACC;
}
</style>