Shades of Free Speech Blue #3B5BCB
Tints of Free Speech Blue #3B5BCB
RGB
CMYK
RGB Variations
Color information
#3B5BCB (or 0x3B5BCB) is known color: Free Speech Blue. HEX triplet: 3B, 5B and CB. RGB value is (59,91,203). Sum of RGB (Red+Green+Blue) = 59+91+203=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B5BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5BCB is #C4A434. Grayscale: #5D5D5D. Windows color (decimal): -12887093 or 13327163. OLE color: 13327163.
HSL color Cylindrical-coordinate representation of color #3B5BCB: hue angle of 226.67º 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 #3B5BCB is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 91 | 203 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.20 |
| HSL | 226.67º | 0.58% | 0.51% | - |
| HSV(B) | 226.67º | 0.71% | 0.8% | - |
| XYZ | 16.32 | 12.72 | 58.1 | - |
| YUV | 94.2 | 189.4 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 91 | 203 | 0.71 | 0.55 | 0 | 0.20 | 226.67 | 0.58 | 0.51 |
| Hex | 3B | 5B | CB | 47 | 37 | 0 | 14 | E3 | 3A | 33 |
| Octal | 73 | 133 | 313 | 107 | 67 | 0 | 24 | 343 | 72 | 63 |
| Binary | 111011 | 1011011 | 11001011 | 1000111 | 110111 | 0 | 10100 | 11100011 | 111010 | 110011 |
Color Harmonies of #3B5BCB
Complementary color
Monochromatic Colors of #3B5BCB
Black with #3B5BCB
Text Example
Text Example
White with #3B5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5BCB; }
p { color: rgb(59,91,203); }
H1.HeaderClassName
{
color: #3B5BCB;
}
.AnyTagClassName
{
color: #3B5BCB;
}
</style>
background-color css
<style>
a { background-color: #3B5BCB; }
a { background-color: rgb(59,91,203); }
div.DivClassName
{
background-color: #3B5BCB;
}
.BgClassName
{
background-color: #3B5BCB;
}
</style>
border-color css
<style>
span { border-color: #3B5BCB; }
span { border-color: rgb(59,91,203); }
td.TdClassName
{
border-color: #3B5BCB;
}
.TagClassName
{
border-color: #3B5BCB;
}
</style>