Shades of Free Speech Blue #3A59CC
Tints of Free Speech Blue #3A59CC
RGB
CMYK
RGB Variations
Color information
#3A59CC (or 0x3A59CC) is known color: Free Speech Blue. HEX triplet: 3A, 59 and CC. RGB value is (58,89,204). Sum of RGB (Red+Green+Blue) = 58+89+204=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A59CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A59CC is #C5A633. Grayscale: #5C5C5C. Windows color (decimal): -12953140 or 13392186. OLE color: 13392186.
HSL color Cylindrical-coordinate representation of color #3A59CC: hue angle of 227.26º 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 #3A59CC is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 89 | 204 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.2 |
| HSL | 227.26º | 0.59% | 0.51% | - |
| HSV(B) | 227.26º | 0.72% | 0.8% | - |
| XYZ | 16.22 | 12.4 | 58.67 | - |
| YUV | 92.84 | 190.73 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 204 | 0.72 | 0.56 | 0 | 0.2 | 227.26 | 0.59 | 0.51 |
| Hex | 3A | 59 | CC | 48 | 38 | 0 | 14 | E3 | 3B | 33 |
| Octal | 72 | 131 | 314 | 110 | 70 | 0 | 24 | 343 | 73 | 63 |
| Binary | 111010 | 1011001 | 11001100 | 1001000 | 111000 | 0 | 10100 | 11100011 | 111011 | 110011 |
Color Harmonies of #3A59CC
Complementary color
Monochromatic Colors of #3A59CC
Black with #3A59CC
Text Example
Text Example
White with #3A59CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A59CC; }
p { color: rgb(58,89,204); }
H1.HeaderClassName
{
color: #3A59CC;
}
.AnyTagClassName
{
color: #3A59CC;
}
</style>
background-color css
<style>
a { background-color: #3A59CC; }
a { background-color: rgb(58,89,204); }
div.DivClassName
{
background-color: #3A59CC;
}
.BgClassName
{
background-color: #3A59CC;
}
</style>
border-color css
<style>
span { border-color: #3A59CC; }
span { border-color: rgb(58,89,204); }
td.TdClassName
{
border-color: #3A59CC;
}
.TagClassName
{
border-color: #3A59CC;
}
</style>