Shades of Free Speech Blue #3D4DB4
Tints of Free Speech Blue #3D4DB4
RGB
CMYK
RGB Variations
Color information
#3D4DB4 (or 0x3D4DB4) is known color: Free Speech Blue. HEX triplet: 3D, 4D and B4. RGB value is (61,77,180). Sum of RGB (Red+Green+Blue) = 61+77+180=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 180 (70.70% from 255 or 56.60% from 318); Max value from RGB is 180 - color contains mainly: blue. Hex color #3D4DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4DB4 is #C2B24B. Grayscale: #535353. Windows color (decimal): -12759628 or 11816253. OLE color: 11816253.
HSL color Cylindrical-coordinate representation of color #3D4DB4: hue angle of 231.93º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D4DB4 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 77 | 180 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.29 |
| HSL | 231.93º | 0.49% | 0.47% | - |
| HSV(B) | 231.93º | 0.66% | 0.71% | - |
| XYZ | 12.82 | 9.6 | 44.36 | - |
| YUV | 83.96 | 182.2 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 77 | 180 | 0.66 | 0.57 | 0 | 0.29 | 231.93 | 0.49 | 0.47 |
| Hex | 3D | 4D | B4 | 42 | 39 | 0 | 1D | E8 | 31 | 2F |
| Octal | 75 | 115 | 264 | 102 | 71 | 0 | 35 | 350 | 61 | 57 |
| Binary | 111101 | 1001101 | 10110100 | 1000010 | 111001 | 0 | 11101 | 11101000 | 110001 | 101111 |
Color Harmonies of #3D4DB4
Complementary color
Monochromatic Colors of #3D4DB4
Black with #3D4DB4
Text Example
Text Example
White with #3D4DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4DB4; }
p { color: rgb(61,77,180); }
H1.HeaderClassName
{
color: #3D4DB4;
}
.AnyTagClassName
{
color: #3D4DB4;
}
</style>
background-color css
<style>
a { background-color: #3D4DB4; }
a { background-color: rgb(61,77,180); }
div.DivClassName
{
background-color: #3D4DB4;
}
.BgClassName
{
background-color: #3D4DB4;
}
</style>
border-color css
<style>
span { border-color: #3D4DB4; }
span { border-color: rgb(61,77,180); }
td.TdClassName
{
border-color: #3D4DB4;
}
.TagClassName
{
border-color: #3D4DB4;
}
</style>