Shades of Free Speech Blue #3948BA
Tints of Free Speech Blue #3948BA
RGB
CMYK
RGB Variations
Color information
#3948BA (or 0x3948BA) is known color: Free Speech Blue. HEX triplet: 39, 48 and BA. RGB value is (57,72,186). Sum of RGB (Red+Green+Blue) = 57+72+186=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #3948BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3948BA is #C6B745. Grayscale: #505050. Windows color (decimal): -13023046 or 12208185. OLE color: 12208185.
HSL color Cylindrical-coordinate representation of color #3948BA: hue angle of 233.02º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3948BA is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 72 | 186 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.27 |
| HSL | 233.02º | 0.53% | 0.48% | - |
| HSV(B) | 233.02º | 0.69% | 0.73% | - |
| XYZ | 12.87 | 9.05 | 47.52 | - |
| YUV | 80.51 | 187.53 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 186 | 0.69 | 0.61 | 0 | 0.27 | 233.02 | 0.53 | 0.48 |
| Hex | 39 | 48 | BA | 45 | 3D | 0 | 1B | E9 | 35 | 30 |
| Octal | 71 | 110 | 272 | 105 | 75 | 0 | 33 | 351 | 65 | 60 |
| Binary | 111001 | 1001000 | 10111010 | 1000101 | 111101 | 0 | 11011 | 11101001 | 110101 | 110000 |
Color Harmonies of #3948BA
Complementary color
Monochromatic Colors of #3948BA
Black with #3948BA
Text Example
Text Example
White with #3948BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3948BA; }
p { color: rgb(57,72,186); }
H1.HeaderClassName
{
color: #3948BA;
}
.AnyTagClassName
{
color: #3948BA;
}
</style>
background-color css
<style>
a { background-color: #3948BA; }
a { background-color: rgb(57,72,186); }
div.DivClassName
{
background-color: #3948BA;
}
.BgClassName
{
background-color: #3948BA;
}
</style>
border-color css
<style>
span { border-color: #3948BA; }
span { border-color: rgb(57,72,186); }
td.TdClassName
{
border-color: #3948BA;
}
.TagClassName
{
border-color: #3948BA;
}
</style>