Shades of Free Speech Blue #3B4AAC
Tints of Free Speech Blue #3B4AAC
RGB
CMYK
RGB Variations
Color information
#3B4AAC (or 0x3B4AAC) is known color: Free Speech Blue. HEX triplet: 3B, 4A and AC. RGB value is (59,74,172). Sum of RGB (Red+Green+Blue) = 59+74+172=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B4AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4AAC is #C4B553. Grayscale: #505050. Windows color (decimal): -12891476 or 11291195. OLE color: 11291195.
HSL color Cylindrical-coordinate representation of color #3B4AAC: hue angle of 232.04º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B4AAC is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 74 | 172 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.33 |
| HSL | 232.04º | 0.49% | 0.45% | - |
| HSV(B) | 232.04º | 0.66% | 0.67% | - |
| XYZ | 11.7 | 8.81 | 40.11 | - |
| YUV | 80.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 74 | 172 | 0.66 | 0.57 | 0 | 0.33 | 232.04 | 0.49 | 0.45 |
| Hex | 3B | 4A | AC | 42 | 39 | 0 | 21 | E8 | 31 | 2D |
| Octal | 73 | 112 | 254 | 102 | 71 | 0 | 41 | 350 | 61 | 55 |
| Binary | 111011 | 1001010 | 10101100 | 1000010 | 111001 | 0 | 100001 | 11101000 | 110001 | 101101 |
Color Harmonies of #3B4AAC
Complementary color
Monochromatic Colors of #3B4AAC
Black with #3B4AAC
Text Example
Text Example
White with #3B4AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4AAC; }
p { color: rgb(59,74,172); }
H1.HeaderClassName
{
color: #3B4AAC;
}
.AnyTagClassName
{
color: #3B4AAC;
}
</style>
background-color css
<style>
a { background-color: #3B4AAC; }
a { background-color: rgb(59,74,172); }
div.DivClassName
{
background-color: #3B4AAC;
}
.BgClassName
{
background-color: #3B4AAC;
}
</style>
border-color css
<style>
span { border-color: #3B4AAC; }
span { border-color: rgb(59,74,172); }
td.TdClassName
{
border-color: #3B4AAC;
}
.TagClassName
{
border-color: #3B4AAC;
}
</style>