Shades of Free Speech Blue #3A50DF
Tints of Free Speech Blue #3A50DF
RGB
CMYK
RGB Variations
Color information
#3A50DF (or 0x3A50DF) is known color: Free Speech Blue. HEX triplet: 3A, 50 and DF. RGB value is (58,80,223). Sum of RGB (Red+Green+Blue) = 58+80+223=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A50DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A50DF is #C5AF20. Grayscale: #595959. Windows color (decimal): -12955425 or 14635066. OLE color: 14635066.
HSL color Cylindrical-coordinate representation of color #3A50DF: hue angle of 232º 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 #3A50DF is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 80 | 223 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.13 |
| HSL | 232º | 0.72% | 0.55% | - |
| HSV(B) | 232º | 0.74% | 0.87% | - |
| XYZ | 17.93 | 11.96 | 71.18 | - |
| YUV | 89.72 | 203.21 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 223 | 0.74 | 0.64 | 0 | 0.13 | 232 | 0.72 | 0.55 |
| Hex | 3A | 50 | DF | 4A | 40 | 0 | D | E8 | 48 | 37 |
| Octal | 72 | 120 | 337 | 112 | 100 | 0 | 15 | 350 | 110 | 67 |
| Binary | 111010 | 1010000 | 11011111 | 1001010 | 1000000 | 0 | 1101 | 11101000 | 1001000 | 110111 |
Color Harmonies of #3A50DF
Complementary color
Monochromatic Colors of #3A50DF
Black with #3A50DF
Text Example
Text Example
White with #3A50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A50DF; }
p { color: rgb(58,80,223); }
H1.HeaderClassName
{
color: #3A50DF;
}
.AnyTagClassName
{
color: #3A50DF;
}
</style>
background-color css
<style>
a { background-color: #3A50DF; }
a { background-color: rgb(58,80,223); }
div.DivClassName
{
background-color: #3A50DF;
}
.BgClassName
{
background-color: #3A50DF;
}
</style>
border-color css
<style>
span { border-color: #3A50DF; }
span { border-color: rgb(58,80,223); }
td.TdClassName
{
border-color: #3A50DF;
}
.TagClassName
{
border-color: #3A50DF;
}
</style>