Shades of Free Speech Blue #3D4CDF
Tints of Free Speech Blue #3D4CDF
RGB
CMYK
RGB Variations
Color information
#3D4CDF (or 0x3D4CDF) is known color: Free Speech Blue. HEX triplet: 3D, 4C and DF. RGB value is (61,76,223). Sum of RGB (Red+Green+Blue) = 61+76+223=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D4CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D4CDF is #C2B320. Grayscale: #575757. Windows color (decimal): -12759841 or 14634045. OLE color: 14634045.
HSL color Cylindrical-coordinate representation of color #3D4CDF: hue angle of 234.44º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D4CDF is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 76 | 223 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.13 |
| HSL | 234.44º | 0.72% | 0.56% | - |
| HSV(B) | 234.44º | 0.73% | 0.87% | - |
| XYZ | 17.83 | 11.49 | 71.09 | - |
| YUV | 88.27 | 204.03 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 76 | 223 | 0.73 | 0.66 | 0 | 0.13 | 234.44 | 0.72 | 0.56 |
| Hex | 3D | 4C | DF | 49 | 42 | 0 | D | EA | 48 | 38 |
| Octal | 75 | 114 | 337 | 111 | 102 | 0 | 15 | 352 | 110 | 70 |
| Binary | 111101 | 1001100 | 11011111 | 1001001 | 1000010 | 0 | 1101 | 11101010 | 1001000 | 111000 |
Color Harmonies of #3D4CDF
Complementary color
Monochromatic Colors of #3D4CDF
Black with #3D4CDF
Text Example
Text Example
White with #3D4CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4CDF; }
p { color: rgb(61,76,223); }
H1.HeaderClassName
{
color: #3D4CDF;
}
.AnyTagClassName
{
color: #3D4CDF;
}
</style>
background-color css
<style>
a { background-color: #3D4CDF; }
a { background-color: rgb(61,76,223); }
div.DivClassName
{
background-color: #3D4CDF;
}
.BgClassName
{
background-color: #3D4CDF;
}
</style>
border-color css
<style>
span { border-color: #3D4CDF; }
span { border-color: rgb(61,76,223); }
td.TdClassName
{
border-color: #3D4CDF;
}
.TagClassName
{
border-color: #3D4CDF;
}
</style>