Shades of Free Speech Blue #3948E1
Tints of Free Speech Blue #3948E1
RGB
CMYK
RGB Variations
Color information
#3948E1 (or 0x3948E1) is known color: Free Speech Blue. HEX triplet: 39, 48 and E1. RGB value is (57,72,225). Sum of RGB (Red+Green+Blue) = 57+72+225=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 225 (88.28% from 255 or 63.56% from 354); Max value from RGB is 225 - color contains mainly: blue. Hex color #3948E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3948E1 is #C6B71E. Grayscale: #545454. Windows color (decimal): -13023007 or 14764089. OLE color: 14764089.
HSL color Cylindrical-coordinate representation of color #3948E1: hue angle of 234.64º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3948E1 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 72 | 225 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.12 |
| HSL | 234.64º | 0.74% | 0.55% | - |
| HSV(B) | 234.64º | 0.75% | 0.88% | - |
| XYZ | 17.6 | 10.94 | 72.42 | - |
| YUV | 84.96 | 207.03 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 225 | 0.75 | 0.68 | 0 | 0.12 | 234.64 | 0.74 | 0.55 |
| Hex | 39 | 48 | E1 | 4B | 44 | 0 | C | EB | 4A | 37 |
| Octal | 71 | 110 | 341 | 113 | 104 | 0 | 14 | 353 | 112 | 67 |
| Binary | 111001 | 1001000 | 11100001 | 1001011 | 1000100 | 0 | 1100 | 11101011 | 1001010 | 110111 |
Color Harmonies of #3948E1
Complementary color
Monochromatic Colors of #3948E1
Black with #3948E1
Text Example
Text Example
White with #3948E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3948E1; }
p { color: rgb(57,72,225); }
H1.HeaderClassName
{
color: #3948E1;
}
.AnyTagClassName
{
color: #3948E1;
}
</style>
background-color css
<style>
a { background-color: #3948E1; }
a { background-color: rgb(57,72,225); }
div.DivClassName
{
background-color: #3948E1;
}
.BgClassName
{
background-color: #3948E1;
}
</style>
border-color css
<style>
span { border-color: #3948E1; }
span { border-color: rgb(57,72,225); }
td.TdClassName
{
border-color: #3948E1;
}
.TagClassName
{
border-color: #3948E1;
}
</style>