Shades of Free Speech Blue #3B4ADC
Tints of Free Speech Blue #3B4ADC
RGB
CMYK
RGB Variations
Color information
#3B4ADC (or 0x3B4ADC) is known color: Free Speech Blue. HEX triplet: 3B, 4A and DC. RGB value is (59,74,220). Sum of RGB (Red+Green+Blue) = 59+74+220=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B4ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B4ADC is #C4B523. Grayscale: #555555. Windows color (decimal): -12891428 or 14436923. OLE color: 14436923.
HSL color Cylindrical-coordinate representation of color #3B4ADC: hue angle of 234.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B4ADC is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 74 | 220 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.14 |
| HSL | 234.41º | 0.7% | 0.55% | - |
| HSV(B) | 234.41º | 0.73% | 0.86% | - |
| XYZ | 17.17 | 10.99 | 68.93 | - |
| YUV | 86.16 | 203.53 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 74 | 220 | 0.73 | 0.66 | 0 | 0.14 | 234.41 | 0.7 | 0.55 |
| Hex | 3B | 4A | DC | 49 | 42 | 0 | E | EA | 46 | 37 |
| Octal | 73 | 112 | 334 | 111 | 102 | 0 | 16 | 352 | 106 | 67 |
| Binary | 111011 | 1001010 | 11011100 | 1001001 | 1000010 | 0 | 1110 | 11101010 | 1000110 | 110111 |
Color Harmonies of #3B4ADC
Complementary color
Monochromatic Colors of #3B4ADC
Black with #3B4ADC
Text Example
Text Example
White with #3B4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4ADC; }
p { color: rgb(59,74,220); }
H1.HeaderClassName
{
color: #3B4ADC;
}
.AnyTagClassName
{
color: #3B4ADC;
}
</style>
background-color css
<style>
a { background-color: #3B4ADC; }
a { background-color: rgb(59,74,220); }
div.DivClassName
{
background-color: #3B4ADC;
}
.BgClassName
{
background-color: #3B4ADC;
}
</style>
border-color css
<style>
span { border-color: #3B4ADC; }
span { border-color: rgb(59,74,220); }
td.TdClassName
{
border-color: #3B4ADC;
}
.TagClassName
{
border-color: #3B4ADC;
}
</style>