Shades of Free Speech Blue #3A4ADC
Tints of Free Speech Blue #3A4ADC
RGB
CMYK
RGB Variations
Color information
#3A4ADC (or 0x3A4ADC) is known color: Free Speech Blue. HEX triplet: 3A, 4A and DC. RGB value is (58,74,220). Sum of RGB (Red+Green+Blue) = 58+74+220=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A4ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A4ADC is #C5B523. Grayscale: #555555. Windows color (decimal): -12956964 or 14436922. OLE color: 14436922.
HSL color Cylindrical-coordinate representation of color #3A4ADC: hue angle of 234.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A4ADC is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 74 | 220 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.14 |
| HSL | 234.07º | 0.7% | 0.55% | - |
| HSV(B) | 234.07º | 0.74% | 0.86% | - |
| XYZ | 17.11 | 10.96 | 68.92 | - |
| YUV | 85.86 | 203.7 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 74 | 220 | 0.74 | 0.66 | 0 | 0.14 | 234.07 | 0.7 | 0.55 |
| Hex | 3A | 4A | DC | 4A | 42 | 0 | E | EA | 46 | 37 |
| Octal | 72 | 112 | 334 | 112 | 102 | 0 | 16 | 352 | 106 | 67 |
| Binary | 111010 | 1001010 | 11011100 | 1001010 | 1000010 | 0 | 1110 | 11101010 | 1000110 | 110111 |
Color Harmonies of #3A4ADC
Complementary color
Monochromatic Colors of #3A4ADC
Black with #3A4ADC
Text Example
Text Example
White with #3A4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4ADC; }
p { color: rgb(58,74,220); }
H1.HeaderClassName
{
color: #3A4ADC;
}
.AnyTagClassName
{
color: #3A4ADC;
}
</style>
background-color css
<style>
a { background-color: #3A4ADC; }
a { background-color: rgb(58,74,220); }
div.DivClassName
{
background-color: #3A4ADC;
}
.BgClassName
{
background-color: #3A4ADC;
}
</style>
border-color css
<style>
span { border-color: #3A4ADC; }
span { border-color: rgb(58,74,220); }
td.TdClassName
{
border-color: #3A4ADC;
}
.TagClassName
{
border-color: #3A4ADC;
}
</style>