Shades of Free Speech Blue #3B41C3
Tints of Free Speech Blue #3B41C3
RGB
CMYK
RGB Variations
Color information
#3B41C3 (or 0x3B41C3) is known color: Free Speech Blue. HEX triplet: 3B, 41 and C3. RGB value is (59,65,195). Sum of RGB (Red+Green+Blue) = 59+65+195=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 195 (76.56% from 255 or 61.13% from 319); Max value from RGB is 195 - color contains mainly: blue. Hex color #3B41C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B41C3 is #C4BE3C. Grayscale: #4D4D4D. Windows color (decimal): -12893757 or 12796219. OLE color: 12796219.
HSL color Cylindrical-coordinate representation of color #3B41C3: hue angle of 237.35º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B41C3 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 65 | 195 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.24 |
| HSL | 237.35º | 0.54% | 0.5% | - |
| HSV(B) | 237.35º | 0.7% | 0.76% | - |
| XYZ | 13.54 | 8.65 | 52.59 | - |
| YUV | 78.03 | 194.01 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 195 | 0.70 | 0.67 | 0 | 0.24 | 237.35 | 0.54 | 0.5 |
| Hex | 3B | 41 | C3 | 46 | 43 | 0 | 18 | ED | 36 | 32 |
| Octal | 73 | 101 | 303 | 106 | 103 | 0 | 30 | 355 | 66 | 62 |
| Binary | 111011 | 1000001 | 11000011 | 1000110 | 1000011 | 0 | 11000 | 11101101 | 110110 | 110010 |
Color Harmonies of #3B41C3
Complementary color
Monochromatic Colors of #3B41C3
Black with #3B41C3
Text Example
Text Example
White with #3B41C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B41C3; }
p { color: rgb(59,65,195); }
H1.HeaderClassName
{
color: #3B41C3;
}
.AnyTagClassName
{
color: #3B41C3;
}
</style>
background-color css
<style>
a { background-color: #3B41C3; }
a { background-color: rgb(59,65,195); }
div.DivClassName
{
background-color: #3B41C3;
}
.BgClassName
{
background-color: #3B41C3;
}
</style>
border-color css
<style>
span { border-color: #3B41C3; }
span { border-color: rgb(59,65,195); }
td.TdClassName
{
border-color: #3B41C3;
}
.TagClassName
{
border-color: #3B41C3;
}
</style>