Shades of Free Speech Blue #3B4DB3
Tints of Free Speech Blue #3B4DB3
RGB
CMYK
RGB Variations
Color information
#3B4DB3 (or 0x3B4DB3) is known color: Free Speech Blue. HEX triplet: 3B, 4D and B3. RGB value is (59,77,179). Sum of RGB (Red+Green+Blue) = 59+77+179=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 179 (70.31% from 255 or 56.83% from 315); Max value from RGB is 179 - color contains mainly: blue. Hex color #3B4DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B4DB3 is #C4B24C. Grayscale: #525252. Windows color (decimal): -12890701 or 11750715. OLE color: 11750715.
HSL color Cylindrical-coordinate representation of color #3B4DB3: hue angle of 231º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B4DB3 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 77 | 179 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.30 |
| HSL | 231º | 0.5% | 0.47% | - |
| HSV(B) | 231º | 0.67% | 0.7% | - |
| XYZ | 12.59 | 9.49 | 43.82 | - |
| YUV | 83.25 | 182.04 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 179 | 0.67 | 0.57 | 0 | 0.30 | 231 | 0.5 | 0.47 |
| Hex | 3B | 4D | B3 | 43 | 39 | 0 | 1E | E7 | 32 | 2F |
| Octal | 73 | 115 | 263 | 103 | 71 | 0 | 36 | 347 | 62 | 57 |
| Binary | 111011 | 1001101 | 10110011 | 1000011 | 111001 | 0 | 11110 | 11100111 | 110010 | 101111 |
Color Harmonies of #3B4DB3
Complementary color
Monochromatic Colors of #3B4DB3
Black with #3B4DB3
Text Example
Text Example
White with #3B4DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4DB3; }
p { color: rgb(59,77,179); }
H1.HeaderClassName
{
color: #3B4DB3;
}
.AnyTagClassName
{
color: #3B4DB3;
}
</style>
background-color css
<style>
a { background-color: #3B4DB3; }
a { background-color: rgb(59,77,179); }
div.DivClassName
{
background-color: #3B4DB3;
}
.BgClassName
{
background-color: #3B4DB3;
}
</style>
border-color css
<style>
span { border-color: #3B4DB3; }
span { border-color: rgb(59,77,179); }
td.TdClassName
{
border-color: #3B4DB3;
}
.TagClassName
{
border-color: #3B4DB3;
}
</style>