Shades of Free Speech Blue #3A3ECC
Tints of Free Speech Blue #3A3ECC
RGB
CMYK
RGB Variations
Color information
#3A3ECC (or 0x3A3ECC) is known color: Free Speech Blue. HEX triplet: 3A, 3E and CC. RGB value is (58,62,204). Sum of RGB (Red+Green+Blue) = 58+62+204=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A3ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3ECC is #C5C133. Grayscale: #4C4C4C. Windows color (decimal): -12960052 or 13385274. OLE color: 13385274.
HSL color Cylindrical-coordinate representation of color #3A3ECC: hue angle of 238.36º 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 #3A3ECC is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 62 | 204 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.2 |
| HSL | 238.36º | 0.59% | 0.51% | - |
| HSV(B) | 238.36º | 0.72% | 0.8% | - |
| XYZ | 14.37 | 8.7 | 58.05 | - |
| YUV | 76.99 | 199.67 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 62 | 204 | 0.72 | 0.70 | 0 | 0.2 | 238.36 | 0.59 | 0.51 |
| Hex | 3A | 3E | CC | 48 | 46 | 0 | 14 | EE | 3B | 33 |
| Octal | 72 | 76 | 314 | 110 | 106 | 0 | 24 | 356 | 73 | 63 |
| Binary | 111010 | 111110 | 11001100 | 1001000 | 1000110 | 0 | 10100 | 11101110 | 111011 | 110011 |
Color Harmonies of #3A3ECC
Complementary color
Monochromatic Colors of #3A3ECC
Black with #3A3ECC
Text Example
Text Example
White with #3A3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3ECC; }
p { color: rgb(58,62,204); }
H1.HeaderClassName
{
color: #3A3ECC;
}
.AnyTagClassName
{
color: #3A3ECC;
}
</style>
background-color css
<style>
a { background-color: #3A3ECC; }
a { background-color: rgb(58,62,204); }
div.DivClassName
{
background-color: #3A3ECC;
}
.BgClassName
{
background-color: #3A3ECC;
}
</style>
border-color css
<style>
span { border-color: #3A3ECC; }
span { border-color: rgb(58,62,204); }
td.TdClassName
{
border-color: #3A3ECC;
}
.TagClassName
{
border-color: #3A3ECC;
}
</style>