Shades of Free Speech Blue #3A50CC
Tints of Free Speech Blue #3A50CC
RGB
CMYK
RGB Variations
Color information
#3A50CC (or 0x3A50CC) is known color: Free Speech Blue. HEX triplet: 3A, 50 and CC. RGB value is (58,80,204). Sum of RGB (Red+Green+Blue) = 58+80+204=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A50CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A50CC is #C5AF33. Grayscale: #575757. Windows color (decimal): -12955444 or 13389882. OLE color: 13389882.
HSL color Cylindrical-coordinate representation of color #3A50CC: hue angle of 230.96º 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 #3A50CC is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 80 | 204 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.2 |
| HSL | 230.96º | 0.59% | 0.51% | - |
| HSV(B) | 230.96º | 0.72% | 0.8% | - |
| XYZ | 15.51 | 11 | 58.43 | - |
| YUV | 87.56 | 193.71 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 204 | 0.72 | 0.61 | 0 | 0.2 | 230.96 | 0.59 | 0.51 |
| Hex | 3A | 50 | CC | 48 | 3D | 0 | 14 | E7 | 3B | 33 |
| Octal | 72 | 120 | 314 | 110 | 75 | 0 | 24 | 347 | 73 | 63 |
| Binary | 111010 | 1010000 | 11001100 | 1001000 | 111101 | 0 | 10100 | 11100111 | 111011 | 110011 |
Color Harmonies of #3A50CC
Complementary color
Monochromatic Colors of #3A50CC
Black with #3A50CC
Text Example
Text Example
White with #3A50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A50CC; }
p { color: rgb(58,80,204); }
H1.HeaderClassName
{
color: #3A50CC;
}
.AnyTagClassName
{
color: #3A50CC;
}
</style>
background-color css
<style>
a { background-color: #3A50CC; }
a { background-color: rgb(58,80,204); }
div.DivClassName
{
background-color: #3A50CC;
}
.BgClassName
{
background-color: #3A50CC;
}
</style>
border-color css
<style>
span { border-color: #3A50CC; }
span { border-color: rgb(58,80,204); }
td.TdClassName
{
border-color: #3A50CC;
}
.TagClassName
{
border-color: #3A50CC;
}
</style>