Shades of Free Speech Blue #3A5CCC
Tints of Free Speech Blue #3A5CCC
RGB
CMYK
RGB Variations
Color information
#3A5CCC (or 0x3A5CCC) is known color: Free Speech Blue. HEX triplet: 3A, 5C and CC. RGB value is (58,92,204). Sum of RGB (Red+Green+Blue) = 58+92+204=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A5CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5CCC is #C5A333. Grayscale: #5E5E5E. Windows color (decimal): -12952372 or 13392954. OLE color: 13392954.
HSL color Cylindrical-coordinate representation of color #3A5CCC: hue angle of 226.03º 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 #3A5CCC is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 92 | 204 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.2 |
| HSL | 226.03º | 0.59% | 0.51% | - |
| HSV(B) | 226.03º | 0.72% | 0.8% | - |
| XYZ | 16.47 | 12.91 | 58.75 | - |
| YUV | 94.6 | 189.74 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 92 | 204 | 0.72 | 0.55 | 0 | 0.2 | 226.03 | 0.59 | 0.51 |
| Hex | 3A | 5C | CC | 48 | 37 | 0 | 14 | E2 | 3B | 33 |
| Octal | 72 | 134 | 314 | 110 | 67 | 0 | 24 | 342 | 73 | 63 |
| Binary | 111010 | 1011100 | 11001100 | 1001000 | 110111 | 0 | 10100 | 11100010 | 111011 | 110011 |
Color Harmonies of #3A5CCC
Complementary color
Monochromatic Colors of #3A5CCC
Black with #3A5CCC
Text Example
Text Example
White with #3A5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5CCC; }
p { color: rgb(58,92,204); }
H1.HeaderClassName
{
color: #3A5CCC;
}
.AnyTagClassName
{
color: #3A5CCC;
}
</style>
background-color css
<style>
a { background-color: #3A5CCC; }
a { background-color: rgb(58,92,204); }
div.DivClassName
{
background-color: #3A5CCC;
}
.BgClassName
{
background-color: #3A5CCC;
}
</style>
border-color css
<style>
span { border-color: #3A5CCC; }
span { border-color: rgb(58,92,204); }
td.TdClassName
{
border-color: #3A5CCC;
}
.TagClassName
{
border-color: #3A5CCC;
}
</style>