Shades of Free Speech Blue #3D4CDB
Tints of Free Speech Blue #3D4CDB
RGB
CMYK
RGB Variations
Color information
#3D4CDB (or 0x3D4CDB) is known color: Free Speech Blue. HEX triplet: 3D, 4C and DB. RGB value is (61,76,219). Sum of RGB (Red+Green+Blue) = 61+76+219=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D4CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D4CDB is #C2B324. Grayscale: #575757. Windows color (decimal): -12759845 or 14371901. OLE color: 14371901.
HSL color Cylindrical-coordinate representation of color #3D4CDB: hue angle of 234.3º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D4CDB is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 76 | 219 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.14 |
| HSL | 234.3º | 0.69% | 0.55% | - |
| HSV(B) | 234.3º | 0.72% | 0.86% | - |
| XYZ | 17.3 | 11.28 | 68.28 | - |
| YUV | 87.82 | 202.03 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 76 | 219 | 0.72 | 0.65 | 0 | 0.14 | 234.3 | 0.69 | 0.55 |
| Hex | 3D | 4C | DB | 48 | 41 | 0 | E | EA | 45 | 37 |
| Octal | 75 | 114 | 333 | 110 | 101 | 0 | 16 | 352 | 105 | 67 |
| Binary | 111101 | 1001100 | 11011011 | 1001000 | 1000001 | 0 | 1110 | 11101010 | 1000101 | 110111 |
Color Harmonies of #3D4CDB
Complementary color
Monochromatic Colors of #3D4CDB
Black with #3D4CDB
Text Example
Text Example
White with #3D4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4CDB; }
p { color: rgb(61,76,219); }
H1.HeaderClassName
{
color: #3D4CDB;
}
.AnyTagClassName
{
color: #3D4CDB;
}
</style>
background-color css
<style>
a { background-color: #3D4CDB; }
a { background-color: rgb(61,76,219); }
div.DivClassName
{
background-color: #3D4CDB;
}
.BgClassName
{
background-color: #3D4CDB;
}
</style>
border-color css
<style>
span { border-color: #3D4CDB; }
span { border-color: rgb(61,76,219); }
td.TdClassName
{
border-color: #3D4CDB;
}
.TagClassName
{
border-color: #3D4CDB;
}
</style>