Shades of Free Speech Blue #3B53BD
Tints of Free Speech Blue #3B53BD
RGB
CMYK
RGB Variations
Color information
#3B53BD (or 0x3B53BD) is known color: Free Speech Blue. HEX triplet: 3B, 53 and BD. RGB value is (59,83,189). Sum of RGB (Red+Green+Blue) = 59+83+189=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #3B53BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B53BD is #C4AC42. Grayscale: #575757. Windows color (decimal): -12889155 or 12407611. OLE color: 12407611.
HSL color Cylindrical-coordinate representation of color #3B53BD: hue angle of 228.92º 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 #3B53BD is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 83 | 189 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.26 |
| HSL | 228.92º | 0.52% | 0.49% | - |
| HSV(B) | 228.92º | 0.69% | 0.74% | - |
| XYZ | 14.08 | 10.79 | 49.48 | - |
| YUV | 87.91 | 185.05 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 189 | 0.69 | 0.56 | 0 | 0.26 | 228.92 | 0.52 | 0.49 |
| Hex | 3B | 53 | BD | 45 | 38 | 0 | 1A | E5 | 34 | 31 |
| Octal | 73 | 123 | 275 | 105 | 70 | 0 | 32 | 345 | 64 | 61 |
| Binary | 111011 | 1010011 | 10111101 | 1000101 | 111000 | 0 | 11010 | 11100101 | 110100 | 110001 |
Color Harmonies of #3B53BD
Complementary color
Monochromatic Colors of #3B53BD
Black with #3B53BD
Text Example
Text Example
White with #3B53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B53BD; }
p { color: rgb(59,83,189); }
H1.HeaderClassName
{
color: #3B53BD;
}
.AnyTagClassName
{
color: #3B53BD;
}
</style>
background-color css
<style>
a { background-color: #3B53BD; }
a { background-color: rgb(59,83,189); }
div.DivClassName
{
background-color: #3B53BD;
}
.BgClassName
{
background-color: #3B53BD;
}
</style>
border-color css
<style>
span { border-color: #3B53BD; }
span { border-color: rgb(59,83,189); }
td.TdClassName
{
border-color: #3B53BD;
}
.TagClassName
{
border-color: #3B53BD;
}
</style>