Shades of Free Speech Blue #3B4FDC
Tints of Free Speech Blue #3B4FDC
RGB
CMYK
RGB Variations
Color information
#3B4FDC (or 0x3B4FDC) is known color: Free Speech Blue. HEX triplet: 3B, 4F and DC. RGB value is (59,79,220). Sum of RGB (Red+Green+Blue) = 59+79+220=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B4FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B4FDC is #C4B023. Grayscale: #585858. Windows color (decimal): -12890148 or 14438203. OLE color: 14438203.
HSL color Cylindrical-coordinate representation of color #3B4FDC: hue angle of 232.55º 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 #3B4FDC is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 79 | 220 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.14 |
| HSL | 232.55º | 0.7% | 0.55% | - |
| HSV(B) | 232.55º | 0.73% | 0.86% | - |
| XYZ | 17.52 | 11.69 | 69.04 | - |
| YUV | 89.09 | 201.87 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 79 | 220 | 0.73 | 0.64 | 0 | 0.14 | 232.55 | 0.7 | 0.55 |
| Hex | 3B | 4F | DC | 49 | 40 | 0 | E | E9 | 46 | 37 |
| Octal | 73 | 117 | 334 | 111 | 100 | 0 | 16 | 351 | 106 | 67 |
| Binary | 111011 | 1001111 | 11011100 | 1001001 | 1000000 | 0 | 1110 | 11101001 | 1000110 | 110111 |
Color Harmonies of #3B4FDC
Complementary color
Monochromatic Colors of #3B4FDC
Black with #3B4FDC
Text Example
Text Example
White with #3B4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4FDC; }
p { color: rgb(59,79,220); }
H1.HeaderClassName
{
color: #3B4FDC;
}
.AnyTagClassName
{
color: #3B4FDC;
}
</style>
background-color css
<style>
a { background-color: #3B4FDC; }
a { background-color: rgb(59,79,220); }
div.DivClassName
{
background-color: #3B4FDC;
}
.BgClassName
{
background-color: #3B4FDC;
}
</style>
border-color css
<style>
span { border-color: #3B4FDC; }
span { border-color: rgb(59,79,220); }
td.TdClassName
{
border-color: #3B4FDC;
}
.TagClassName
{
border-color: #3B4FDC;
}
</style>