Shades of Free Speech Blue #3A4DD7
Tints of Free Speech Blue #3A4DD7
RGB
CMYK
RGB Variations
Color information
#3A4DD7 (or 0x3A4DD7) is known color: Free Speech Blue. HEX triplet: 3A, 4D and D7. RGB value is (58,77,215). Sum of RGB (Red+Green+Blue) = 58+77+215=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #3A4DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A4DD7 is #C5B228. Grayscale: #565656. Windows color (decimal): -12956201 or 14110010. OLE color: 14110010.
HSL color Cylindrical-coordinate representation of color #3A4DD7: hue angle of 232.74º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A4DD7 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 77 | 215 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.16 |
| HSL | 232.74º | 0.66% | 0.54% | - |
| HSV(B) | 232.74º | 0.73% | 0.84% | - |
| XYZ | 16.66 | 11.11 | 65.56 | - |
| YUV | 87.05 | 200.21 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 215 | 0.73 | 0.64 | 0 | 0.16 | 232.74 | 0.66 | 0.54 |
| Hex | 3A | 4D | D7 | 49 | 40 | 0 | 10 | E9 | 42 | 36 |
| Octal | 72 | 115 | 327 | 111 | 100 | 0 | 20 | 351 | 102 | 66 |
| Binary | 111010 | 1001101 | 11010111 | 1001001 | 1000000 | 0 | 10000 | 11101001 | 1000010 | 110110 |
Color Harmonies of #3A4DD7
Complementary color
Monochromatic Colors of #3A4DD7
Black with #3A4DD7
Text Example
Text Example
White with #3A4DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4DD7; }
p { color: rgb(58,77,215); }
H1.HeaderClassName
{
color: #3A4DD7;
}
.AnyTagClassName
{
color: #3A4DD7;
}
</style>
background-color css
<style>
a { background-color: #3A4DD7; }
a { background-color: rgb(58,77,215); }
div.DivClassName
{
background-color: #3A4DD7;
}
.BgClassName
{
background-color: #3A4DD7;
}
</style>
border-color css
<style>
span { border-color: #3A4DD7; }
span { border-color: rgb(58,77,215); }
td.TdClassName
{
border-color: #3A4DD7;
}
.TagClassName
{
border-color: #3A4DD7;
}
</style>