Shades of Free Speech Blue #3A49DF
Tints of Free Speech Blue #3A49DF
RGB
CMYK
RGB Variations
Color information
#3A49DF (or 0x3A49DF) is known color: Free Speech Blue. HEX triplet: 3A, 49 and DF. RGB value is (58,73,223). Sum of RGB (Red+Green+Blue) = 58+73+223=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A49DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A49DF is #C5B620. Grayscale: #555555. Windows color (decimal): -12957217 or 14633274. OLE color: 14633274.
HSL color Cylindrical-coordinate representation of color #3A49DF: hue angle of 234.55º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A49DF is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 73 | 223 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.13 |
| HSL | 234.55º | 0.72% | 0.55% | - |
| HSV(B) | 234.55º | 0.74% | 0.87% | - |
| XYZ | 17.45 | 10.99 | 71.01 | - |
| YUV | 85.62 | 205.53 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 223 | 0.74 | 0.67 | 0 | 0.13 | 234.55 | 0.72 | 0.55 |
| Hex | 3A | 49 | DF | 4A | 43 | 0 | D | EB | 48 | 37 |
| Octal | 72 | 111 | 337 | 112 | 103 | 0 | 15 | 353 | 110 | 67 |
| Binary | 111010 | 1001001 | 11011111 | 1001010 | 1000011 | 0 | 1101 | 11101011 | 1001000 | 110111 |
Color Harmonies of #3A49DF
Complementary color
Monochromatic Colors of #3A49DF
Black with #3A49DF
Text Example
Text Example
White with #3A49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A49DF; }
p { color: rgb(58,73,223); }
H1.HeaderClassName
{
color: #3A49DF;
}
.AnyTagClassName
{
color: #3A49DF;
}
</style>
background-color css
<style>
a { background-color: #3A49DF; }
a { background-color: rgb(58,73,223); }
div.DivClassName
{
background-color: #3A49DF;
}
.BgClassName
{
background-color: #3A49DF;
}
</style>
border-color css
<style>
span { border-color: #3A49DF; }
span { border-color: rgb(58,73,223); }
td.TdClassName
{
border-color: #3A49DF;
}
.TagClassName
{
border-color: #3A49DF;
}
</style>