Shades of Free Speech Blue #3659CA
Tints of Free Speech Blue #3659CA
RGB
CMYK
RGB Variations
Color information
#3659CA (or 0x3659CA) is known color: Free Speech Blue. HEX triplet: 36, 59 and CA. RGB value is (54,89,202). Sum of RGB (Red+Green+Blue) = 54+89+202=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #3659CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3659CA is #C9A635. Grayscale: #5A5A5A. Windows color (decimal): -13215286 or 13261110. OLE color: 13261110.
HSL color Cylindrical-coordinate representation of color #3659CA: hue angle of 225.81º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3659CA is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 89 | 202 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.21 |
| HSL | 225.81º | 0.58% | 0.5% | - |
| HSV(B) | 225.81º | 0.73% | 0.79% | - |
| XYZ | 15.75 | 12.19 | 57.4 | - |
| YUV | 91.42 | 190.4 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 202 | 0.73 | 0.56 | 0 | 0.21 | 225.81 | 0.58 | 0.5 |
| Hex | 36 | 59 | CA | 49 | 38 | 0 | 15 | E2 | 3A | 32 |
| Octal | 66 | 131 | 312 | 111 | 70 | 0 | 25 | 342 | 72 | 62 |
| Binary | 110110 | 1011001 | 11001010 | 1001001 | 111000 | 0 | 10101 | 11100010 | 111010 | 110010 |
Color Harmonies of #3659CA
Complementary color
Monochromatic Colors of #3659CA
Black with #3659CA
Text Example
Text Example
White with #3659CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3659CA; }
p { color: rgb(54,89,202); }
H1.HeaderClassName
{
color: #3659CA;
}
.AnyTagClassName
{
color: #3659CA;
}
</style>
background-color css
<style>
a { background-color: #3659CA; }
a { background-color: rgb(54,89,202); }
div.DivClassName
{
background-color: #3659CA;
}
.BgClassName
{
background-color: #3659CA;
}
</style>
border-color css
<style>
span { border-color: #3659CA; }
span { border-color: rgb(54,89,202); }
td.TdClassName
{
border-color: #3659CA;
}
.TagClassName
{
border-color: #3659CA;
}
</style>