Shades of Free Speech Blue #3B55BD
Tints of Free Speech Blue #3B55BD
RGB
CMYK
RGB Variations
Color information
#3B55BD (or 0x3B55BD) is known color: Free Speech Blue. HEX triplet: 3B, 55 and BD. RGB value is (59,85,189). Sum of RGB (Red+Green+Blue) = 59+85+189=333 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.72% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #3B55BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B55BD is #C4AA42. Grayscale: #585858. Windows color (decimal): -12888643 or 12408123. OLE color: 12408123.
HSL color Cylindrical-coordinate representation of color #3B55BD: hue angle of 228º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B55BD is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 85 | 189 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.26 |
| HSL | 228º | 0.52% | 0.49% | - |
| HSV(B) | 228º | 0.69% | 0.74% | - |
| XYZ | 14.24 | 11.1 | 49.54 | - |
| YUV | 89.08 | 184.39 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 85 | 189 | 0.69 | 0.55 | 0 | 0.26 | 228 | 0.52 | 0.49 |
| Hex | 3B | 55 | BD | 45 | 37 | 0 | 1A | E4 | 34 | 31 |
| Octal | 73 | 125 | 275 | 105 | 67 | 0 | 32 | 344 | 64 | 61 |
| Binary | 111011 | 1010101 | 10111101 | 1000101 | 110111 | 0 | 11010 | 11100100 | 110100 | 110001 |
Color Harmonies of #3B55BD
Complementary color
Monochromatic Colors of #3B55BD
Black with #3B55BD
Text Example
Text Example
White with #3B55BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B55BD; }
p { color: rgb(59,85,189); }
H1.HeaderClassName
{
color: #3B55BD;
}
.AnyTagClassName
{
color: #3B55BD;
}
</style>
background-color css
<style>
a { background-color: #3B55BD; }
a { background-color: rgb(59,85,189); }
div.DivClassName
{
background-color: #3B55BD;
}
.BgClassName
{
background-color: #3B55BD;
}
</style>
border-color css
<style>
span { border-color: #3B55BD; }
span { border-color: rgb(59,85,189); }
td.TdClassName
{
border-color: #3B55BD;
}
.TagClassName
{
border-color: #3B55BD;
}
</style>