Shades of Free Speech Blue #3A4CCD
Tints of Free Speech Blue #3A4CCD
RGB
CMYK
RGB Variations
Color information
#3A4CCD (or 0x3A4CCD) is known color: Free Speech Blue. HEX triplet: 3A, 4C and CD. RGB value is (58,76,205). Sum of RGB (Red+Green+Blue) = 58+76+205=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A4CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A4CCD is #C5B332. Grayscale: #545454. Windows color (decimal): -12956467 or 13454394. OLE color: 13454394.
HSL color Cylindrical-coordinate representation of color #3A4CCD: hue angle of 232.65º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A4CCD is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 76 | 205 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.20 |
| HSL | 232.65º | 0.6% | 0.52% | - |
| HSV(B) | 232.65º | 0.72% | 0.8% | - |
| XYZ | 15.35 | 10.48 | 58.97 | - |
| YUV | 85.32 | 195.54 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 205 | 0.72 | 0.63 | 0 | 0.20 | 232.65 | 0.6 | 0.52 |
| Hex | 3A | 4C | CD | 48 | 3F | 0 | 14 | E9 | 3C | 34 |
| Octal | 72 | 114 | 315 | 110 | 77 | 0 | 24 | 351 | 74 | 64 |
| Binary | 111010 | 1001100 | 11001101 | 1001000 | 111111 | 0 | 10100 | 11101001 | 111100 | 110100 |
Color Harmonies of #3A4CCD
Complementary color
Monochromatic Colors of #3A4CCD
Black with #3A4CCD
Text Example
Text Example
White with #3A4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4CCD; }
p { color: rgb(58,76,205); }
H1.HeaderClassName
{
color: #3A4CCD;
}
.AnyTagClassName
{
color: #3A4CCD;
}
</style>
background-color css
<style>
a { background-color: #3A4CCD; }
a { background-color: rgb(58,76,205); }
div.DivClassName
{
background-color: #3A4CCD;
}
.BgClassName
{
background-color: #3A4CCD;
}
</style>
border-color css
<style>
span { border-color: #3A4CCD; }
span { border-color: rgb(58,76,205); }
td.TdClassName
{
border-color: #3A4CCD;
}
.TagClassName
{
border-color: #3A4CCD;
}
</style>