Shades of Free Speech Blue #3A3CCC
Tints of Free Speech Blue #3A3CCC
RGB
CMYK
RGB Variations
Color information
#3A3CCC (or 0x3A3CCC) is known color: Free Speech Blue. HEX triplet: 3A, 3C and CC. RGB value is (58,60,204). Sum of RGB (Red+Green+Blue) = 58+60+204=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A3CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3CCC is #C5C333. Grayscale: #4B4B4B. Windows color (decimal): -12960564 or 13384762. OLE color: 13384762.
HSL color Cylindrical-coordinate representation of color #3A3CCC: hue angle of 239.18º 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 #3A3CCC is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 60 | 204 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.2 |
| HSL | 239.18º | 0.59% | 0.51% | - |
| HSV(B) | 239.18º | 0.72% | 0.8% | - |
| XYZ | 14.26 | 8.49 | 58.01 | - |
| YUV | 75.82 | 200.34 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 60 | 204 | 0.72 | 0.71 | 0 | 0.2 | 239.18 | 0.59 | 0.51 |
| Hex | 3A | 3C | CC | 48 | 47 | 0 | 14 | EF | 3B | 33 |
| Octal | 72 | 74 | 314 | 110 | 107 | 0 | 24 | 357 | 73 | 63 |
| Binary | 111010 | 111100 | 11001100 | 1001000 | 1000111 | 0 | 10100 | 11101111 | 111011 | 110011 |
Color Harmonies of #3A3CCC
Complementary color
Monochromatic Colors of #3A3CCC
Black with #3A3CCC
Text Example
Text Example
White with #3A3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3CCC; }
p { color: rgb(58,60,204); }
H1.HeaderClassName
{
color: #3A3CCC;
}
.AnyTagClassName
{
color: #3A3CCC;
}
</style>
background-color css
<style>
a { background-color: #3A3CCC; }
a { background-color: rgb(58,60,204); }
div.DivClassName
{
background-color: #3A3CCC;
}
.BgClassName
{
background-color: #3A3CCC;
}
</style>
border-color css
<style>
span { border-color: #3A3CCC; }
span { border-color: rgb(58,60,204); }
td.TdClassName
{
border-color: #3A3CCC;
}
.TagClassName
{
border-color: #3A3CCC;
}
</style>