Shades of Free Speech Blue #3B61C4
Tints of Free Speech Blue #3B61C4
RGB
CMYK
RGB Variations
Color information
#3B61C4 (or 0x3B61C4) is known color: Free Speech Blue. HEX triplet: 3B, 61 and C4. RGB value is (59,97,196). Sum of RGB (Red+Green+Blue) = 59+97+196=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 196 (76.95% from 255 or 55.68% from 352); Max value from RGB is 196 - color contains mainly: blue. Hex color #3B61C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B61C4 is #C49E3B. Grayscale: #606060. Windows color (decimal): -12885564 or 12869947. OLE color: 12869947.
HSL color Cylindrical-coordinate representation of color #3B61C4: hue angle of 223.36º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B61C4 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 97 | 196 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.23 |
| HSL | 223.36º | 0.54% | 0.5% | - |
| HSV(B) | 223.36º | 0.7% | 0.77% | - |
| XYZ | 16.04 | 13.46 | 53.98 | - |
| YUV | 96.92 | 183.91 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 97 | 196 | 0.70 | 0.51 | 0 | 0.23 | 223.36 | 0.54 | 0.5 |
| Hex | 3B | 61 | C4 | 46 | 33 | 0 | 17 | DF | 36 | 32 |
| Octal | 73 | 141 | 304 | 106 | 63 | 0 | 27 | 337 | 66 | 62 |
| Binary | 111011 | 1100001 | 11000100 | 1000110 | 110011 | 0 | 10111 | 11011111 | 110110 | 110010 |
Color Harmonies of #3B61C4
Complementary color
Monochromatic Colors of #3B61C4
Black with #3B61C4
Text Example
Text Example
White with #3B61C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B61C4; }
p { color: rgb(59,97,196); }
H1.HeaderClassName
{
color: #3B61C4;
}
.AnyTagClassName
{
color: #3B61C4;
}
</style>
background-color css
<style>
a { background-color: #3B61C4; }
a { background-color: rgb(59,97,196); }
div.DivClassName
{
background-color: #3B61C4;
}
.BgClassName
{
background-color: #3B61C4;
}
</style>
border-color css
<style>
span { border-color: #3B61C4; }
span { border-color: rgb(59,97,196); }
td.TdClassName
{
border-color: #3B61C4;
}
.TagClassName
{
border-color: #3B61C4;
}
</style>