Shades of Free Speech Blue #3B48BB
Tints of Free Speech Blue #3B48BB
RGB
CMYK
RGB Variations
Color information
#3B48BB (or 0x3B48BB) is known color: Free Speech Blue. HEX triplet: 3B, 48 and BB. RGB value is (59,72,187). Sum of RGB (Red+Green+Blue) = 59+72+187=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B48BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B48BB is #C4B744. Grayscale: #505050. Windows color (decimal): -12891973 or 12273723. OLE color: 12273723.
HSL color Cylindrical-coordinate representation of color #3B48BB: hue angle of 233.91º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B48BB is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 72 | 187 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.27 |
| HSL | 233.91º | 0.52% | 0.48% | - |
| HSV(B) | 233.91º | 0.68% | 0.73% | - |
| XYZ | 13.09 | 9.15 | 48.09 | - |
| YUV | 81.22 | 187.69 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 72 | 187 | 0.68 | 0.61 | 0 | 0.27 | 233.91 | 0.52 | 0.48 |
| Hex | 3B | 48 | BB | 44 | 3D | 0 | 1B | EA | 34 | 30 |
| Octal | 73 | 110 | 273 | 104 | 75 | 0 | 33 | 352 | 64 | 60 |
| Binary | 111011 | 1001000 | 10111011 | 1000100 | 111101 | 0 | 11011 | 11101010 | 110100 | 110000 |
Color Harmonies of #3B48BB
Complementary color
Monochromatic Colors of #3B48BB
Black with #3B48BB
Text Example
Text Example
White with #3B48BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B48BB; }
p { color: rgb(59,72,187); }
H1.HeaderClassName
{
color: #3B48BB;
}
.AnyTagClassName
{
color: #3B48BB;
}
</style>
background-color css
<style>
a { background-color: #3B48BB; }
a { background-color: rgb(59,72,187); }
div.DivClassName
{
background-color: #3B48BB;
}
.BgClassName
{
background-color: #3B48BB;
}
</style>
border-color css
<style>
span { border-color: #3B48BB; }
span { border-color: rgb(59,72,187); }
td.TdClassName
{
border-color: #3B48BB;
}
.TagClassName
{
border-color: #3B48BB;
}
</style>