Shades of Free Speech Blue #3A4FCC
Tints of Free Speech Blue #3A4FCC
RGB
CMYK
RGB Variations
Color information
#3A4FCC (or 0x3A4FCC) is known color: Free Speech Blue. HEX triplet: 3A, 4F and CC. RGB value is (58,79,204). Sum of RGB (Red+Green+Blue) = 58+79+204=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A4FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A4FCC is #C5B033. Grayscale: #565656. Windows color (decimal): -12955700 or 13389626. OLE color: 13389626.
HSL color Cylindrical-coordinate representation of color #3A4FCC: hue angle of 231.37º 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 #3A4FCC is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 79 | 204 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.2 |
| HSL | 231.37º | 0.59% | 0.51% | - |
| HSV(B) | 231.37º | 0.72% | 0.8% | - |
| XYZ | 15.44 | 10.85 | 58.41 | - |
| YUV | 86.97 | 194.04 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 204 | 0.72 | 0.61 | 0 | 0.2 | 231.37 | 0.59 | 0.51 |
| Hex | 3A | 4F | CC | 48 | 3D | 0 | 14 | E7 | 3B | 33 |
| Octal | 72 | 117 | 314 | 110 | 75 | 0 | 24 | 347 | 73 | 63 |
| Binary | 111010 | 1001111 | 11001100 | 1001000 | 111101 | 0 | 10100 | 11100111 | 111011 | 110011 |
Color Harmonies of #3A4FCC
Complementary color
Monochromatic Colors of #3A4FCC
Black with #3A4FCC
Text Example
Text Example
White with #3A4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4FCC; }
p { color: rgb(58,79,204); }
H1.HeaderClassName
{
color: #3A4FCC;
}
.AnyTagClassName
{
color: #3A4FCC;
}
</style>
background-color css
<style>
a { background-color: #3A4FCC; }
a { background-color: rgb(58,79,204); }
div.DivClassName
{
background-color: #3A4FCC;
}
.BgClassName
{
background-color: #3A4FCC;
}
</style>
border-color css
<style>
span { border-color: #3A4FCC; }
span { border-color: rgb(58,79,204); }
td.TdClassName
{
border-color: #3A4FCC;
}
.TagClassName
{
border-color: #3A4FCC;
}
</style>