Shades of Free Speech Blue #3B4DCD
Tints of Free Speech Blue #3B4DCD
RGB
CMYK
RGB Variations
Color information
#3B4DCD (or 0x3B4DCD) is known color: Free Speech Blue. HEX triplet: 3B, 4D and CD. RGB value is (59,77,205). Sum of RGB (Red+Green+Blue) = 59+77+205=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #3B4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B4DCD is #C4B232. Grayscale: #555555. Windows color (decimal): -12890675 or 13454651. OLE color: 13454651.
HSL color Cylindrical-coordinate representation of color #3B4DCD: hue angle of 232.6º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B4DCD is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 77 | 205 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.20 |
| HSL | 232.6º | 0.59% | 0.52% | - |
| HSV(B) | 232.6º | 0.71% | 0.8% | - |
| XYZ | 15.48 | 10.65 | 59 | - |
| YUV | 86.21 | 195.04 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 205 | 0.71 | 0.62 | 0 | 0.20 | 232.6 | 0.59 | 0.52 |
| Hex | 3B | 4D | CD | 47 | 3E | 0 | 14 | E9 | 3B | 34 |
| Octal | 73 | 115 | 315 | 107 | 76 | 0 | 24 | 351 | 73 | 64 |
| Binary | 111011 | 1001101 | 11001101 | 1000111 | 111110 | 0 | 10100 | 11101001 | 111011 | 110100 |
Color Harmonies of #3B4DCD
Complementary color
Monochromatic Colors of #3B4DCD
Black with #3B4DCD
Text Example
Text Example
White with #3B4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4DCD; }
p { color: rgb(59,77,205); }
H1.HeaderClassName
{
color: #3B4DCD;
}
.AnyTagClassName
{
color: #3B4DCD;
}
</style>
background-color css
<style>
a { background-color: #3B4DCD; }
a { background-color: rgb(59,77,205); }
div.DivClassName
{
background-color: #3B4DCD;
}
.BgClassName
{
background-color: #3B4DCD;
}
</style>
border-color css
<style>
span { border-color: #3B4DCD; }
span { border-color: rgb(59,77,205); }
td.TdClassName
{
border-color: #3B4DCD;
}
.TagClassName
{
border-color: #3B4DCD;
}
</style>