Shades of Free Speech Blue #3B55CA
Tints of Free Speech Blue #3B55CA
RGB
CMYK
RGB Variations
Color information
#3B55CA (or 0x3B55CA) is known color: Free Speech Blue. HEX triplet: 3B, 55 and CA. RGB value is (59,85,202). Sum of RGB (Red+Green+Blue) = 59+85+202=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B55CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B55CA is #C4AA35. Grayscale: #5A5A5A. Windows color (decimal): -12888630 or 13260091. OLE color: 13260091.
HSL color Cylindrical-coordinate representation of color #3B55CA: hue angle of 229.09º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B55CA is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 85 | 202 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.21 |
| HSL | 229.09º | 0.57% | 0.51% | - |
| HSV(B) | 229.09º | 0.71% | 0.79% | - |
| XYZ | 15.71 | 11.69 | 57.31 | - |
| YUV | 90.56 | 190.89 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 85 | 202 | 0.71 | 0.58 | 0 | 0.21 | 229.09 | 0.57 | 0.51 |
| Hex | 3B | 55 | CA | 47 | 3A | 0 | 15 | E5 | 39 | 33 |
| Octal | 73 | 125 | 312 | 107 | 72 | 0 | 25 | 345 | 71 | 63 |
| Binary | 111011 | 1010101 | 11001010 | 1000111 | 111010 | 0 | 10101 | 11100101 | 111001 | 110011 |
Color Harmonies of #3B55CA
Complementary color
Monochromatic Colors of #3B55CA
Black with #3B55CA
Text Example
Text Example
White with #3B55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B55CA; }
p { color: rgb(59,85,202); }
H1.HeaderClassName
{
color: #3B55CA;
}
.AnyTagClassName
{
color: #3B55CA;
}
</style>
background-color css
<style>
a { background-color: #3B55CA; }
a { background-color: rgb(59,85,202); }
div.DivClassName
{
background-color: #3B55CA;
}
.BgClassName
{
background-color: #3B55CA;
}
</style>
border-color css
<style>
span { border-color: #3B55CA; }
span { border-color: rgb(59,85,202); }
td.TdClassName
{
border-color: #3B55CA;
}
.TagClassName
{
border-color: #3B55CA;
}
</style>