Shades of Free Speech Blue #3D4BCD
Tints of Free Speech Blue #3D4BCD
RGB
CMYK
RGB Variations
Color information
#3D4BCD (or 0x3D4BCD) is known color: Free Speech Blue. HEX triplet: 3D, 4B and CD. RGB value is (61,75,205). Sum of RGB (Red+Green+Blue) = 61+75+205=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 75 (29.69% from 255 or 21.99% 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 #3D4BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D4BCD is #C2B432. Grayscale: #555555. Windows color (decimal): -12760115 or 13454141. OLE color: 13454141.
HSL color Cylindrical-coordinate representation of color #3D4BCD: hue angle of 234.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D4BCD is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 75 | 205 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.20 |
| HSL | 234.17º | 0.59% | 0.52% | - |
| HSV(B) | 234.17º | 0.7% | 0.8% | - |
| XYZ | 15.46 | 10.43 | 58.96 | - |
| YUV | 85.63 | 195.36 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 75 | 205 | 0.70 | 0.63 | 0 | 0.20 | 234.17 | 0.59 | 0.52 |
| Hex | 3D | 4B | CD | 46 | 3F | 0 | 14 | EA | 3B | 34 |
| Octal | 75 | 113 | 315 | 106 | 77 | 0 | 24 | 352 | 73 | 64 |
| Binary | 111101 | 1001011 | 11001101 | 1000110 | 111111 | 0 | 10100 | 11101010 | 111011 | 110100 |
Color Harmonies of #3D4BCD
Complementary color
Monochromatic Colors of #3D4BCD
Black with #3D4BCD
Text Example
Text Example
White with #3D4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4BCD; }
p { color: rgb(61,75,205); }
H1.HeaderClassName
{
color: #3D4BCD;
}
.AnyTagClassName
{
color: #3D4BCD;
}
</style>
background-color css
<style>
a { background-color: #3D4BCD; }
a { background-color: rgb(61,75,205); }
div.DivClassName
{
background-color: #3D4BCD;
}
.BgClassName
{
background-color: #3D4BCD;
}
</style>
border-color css
<style>
span { border-color: #3D4BCD; }
span { border-color: rgb(61,75,205); }
td.TdClassName
{
border-color: #3D4BCD;
}
.TagClassName
{
border-color: #3D4BCD;
}
</style>