Shades of Free Speech Blue #3945B2
Tints of Free Speech Blue #3945B2
RGB
CMYK
RGB Variations
Color information
#3945B2 (or 0x3945B2) is known color: Free Speech Blue. HEX triplet: 39, 45 and B2. RGB value is (57,69,178). Sum of RGB (Red+Green+Blue) = 57+69+178=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 178 (69.92% from 255 or 58.55% from 304); Max value from RGB is 178 - color contains mainly: blue. Hex color #3945B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3945B2 is #C6BA4D. Grayscale: #4D4D4D. Windows color (decimal): -13023822 or 11683129. OLE color: 11683129.
HSL color Cylindrical-coordinate representation of color #3945B2: hue angle of 234.05º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3945B2 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 69 | 178 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.30 |
| HSL | 234.05º | 0.51% | 0.46% | - |
| HSV(B) | 234.05º | 0.68% | 0.7% | - |
| XYZ | 11.85 | 8.34 | 43.1 | - |
| YUV | 77.84 | 184.52 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 178 | 0.68 | 0.61 | 0 | 0.30 | 234.05 | 0.51 | 0.46 |
| Hex | 39 | 45 | B2 | 44 | 3D | 0 | 1E | EA | 33 | 2E |
| Octal | 71 | 105 | 262 | 104 | 75 | 0 | 36 | 352 | 63 | 56 |
| Binary | 111001 | 1000101 | 10110010 | 1000100 | 111101 | 0 | 11110 | 11101010 | 110011 | 101110 |
Color Harmonies of #3945B2
Complementary color
Monochromatic Colors of #3945B2
Black with #3945B2
Text Example
Text Example
White with #3945B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3945B2; }
p { color: rgb(57,69,178); }
H1.HeaderClassName
{
color: #3945B2;
}
.AnyTagClassName
{
color: #3945B2;
}
</style>
background-color css
<style>
a { background-color: #3945B2; }
a { background-color: rgb(57,69,178); }
div.DivClassName
{
background-color: #3945B2;
}
.BgClassName
{
background-color: #3945B2;
}
</style>
border-color css
<style>
span { border-color: #3945B2; }
span { border-color: rgb(57,69,178); }
td.TdClassName
{
border-color: #3945B2;
}
.TagClassName
{
border-color: #3945B2;
}
</style>