Shades of Free Speech Blue #3B49CB
Tints of Free Speech Blue #3B49CB
RGB
CMYK
RGB Variations
Color information
#3B49CB (or 0x3B49CB) is known color: Free Speech Blue. HEX triplet: 3B, 49 and CB. RGB value is (59,73,203). Sum of RGB (Red+Green+Blue) = 59+73+203=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B49CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B49CB is #C4B634. Grayscale: #535353. Windows color (decimal): -12891701 or 13322555. OLE color: 13322555.
HSL color Cylindrical-coordinate representation of color #3B49CB: hue angle of 234.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B49CB is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 73 | 203 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.20 |
| HSL | 234.17º | 0.58% | 0.51% | - |
| HSV(B) | 234.17º | 0.71% | 0.8% | - |
| XYZ | 14.97 | 10.01 | 57.64 | - |
| YUV | 83.63 | 195.36 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 203 | 0.71 | 0.64 | 0 | 0.20 | 234.17 | 0.58 | 0.51 |
| Hex | 3B | 49 | CB | 47 | 40 | 0 | 14 | EA | 3A | 33 |
| Octal | 73 | 111 | 313 | 107 | 100 | 0 | 24 | 352 | 72 | 63 |
| Binary | 111011 | 1001001 | 11001011 | 1000111 | 1000000 | 0 | 10100 | 11101010 | 111010 | 110011 |
Color Harmonies of #3B49CB
Complementary color
Monochromatic Colors of #3B49CB
Black with #3B49CB
Text Example
Text Example
White with #3B49CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B49CB; }
p { color: rgb(59,73,203); }
H1.HeaderClassName
{
color: #3B49CB;
}
.AnyTagClassName
{
color: #3B49CB;
}
</style>
background-color css
<style>
a { background-color: #3B49CB; }
a { background-color: rgb(59,73,203); }
div.DivClassName
{
background-color: #3B49CB;
}
.BgClassName
{
background-color: #3B49CB;
}
</style>
border-color css
<style>
span { border-color: #3B49CB; }
span { border-color: rgb(59,73,203); }
td.TdClassName
{
border-color: #3B49CB;
}
.TagClassName
{
border-color: #3B49CB;
}
</style>