Shades of Free Speech Blue #3B5ACB
Tints of Free Speech Blue #3B5ACB
RGB
CMYK
RGB Variations
Color information
#3B5ACB (or 0x3B5ACB) is known color: Free Speech Blue. HEX triplet: 3B, 5A and CB. RGB value is (59,90,203). Sum of RGB (Red+Green+Blue) = 59+90+203=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B5ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5ACB is #C4A534. Grayscale: #5D5D5D. Windows color (decimal): -12887349 or 13326907. OLE color: 13326907.
HSL color Cylindrical-coordinate representation of color #3B5ACB: hue angle of 227.08º 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 #3B5ACB is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 90 | 203 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.20 |
| HSL | 227.08º | 0.58% | 0.51% | - |
| HSV(B) | 227.08º | 0.71% | 0.8% | - |
| XYZ | 16.24 | 12.55 | 58.07 | - |
| YUV | 93.61 | 189.73 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 90 | 203 | 0.71 | 0.56 | 0 | 0.20 | 227.08 | 0.58 | 0.51 |
| Hex | 3B | 5A | CB | 47 | 38 | 0 | 14 | E3 | 3A | 33 |
| Octal | 73 | 132 | 313 | 107 | 70 | 0 | 24 | 343 | 72 | 63 |
| Binary | 111011 | 1011010 | 11001011 | 1000111 | 111000 | 0 | 10100 | 11100011 | 111010 | 110011 |
Color Harmonies of #3B5ACB
Complementary color
Monochromatic Colors of #3B5ACB
Black with #3B5ACB
Text Example
Text Example
White with #3B5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5ACB; }
p { color: rgb(59,90,203); }
H1.HeaderClassName
{
color: #3B5ACB;
}
.AnyTagClassName
{
color: #3B5ACB;
}
</style>
background-color css
<style>
a { background-color: #3B5ACB; }
a { background-color: rgb(59,90,203); }
div.DivClassName
{
background-color: #3B5ACB;
}
.BgClassName
{
background-color: #3B5ACB;
}
</style>
border-color css
<style>
span { border-color: #3B5ACB; }
span { border-color: rgb(59,90,203); }
td.TdClassName
{
border-color: #3B5ACB;
}
.TagClassName
{
border-color: #3B5ACB;
}
</style>