Shades of Free Speech Blue #3659CE
Tints of Free Speech Blue #3659CE
RGB
CMYK
RGB Variations
Color information
#3659CE (or 0x3659CE) is known color: Free Speech Blue. HEX triplet: 36, 59 and CE. RGB value is (54,89,206). Sum of RGB (Red+Green+Blue) = 54+89+206=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #3659CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3659CE is #C9A631. Grayscale: #5B5B5B. Windows color (decimal): -13215282 or 13523254. OLE color: 13523254.
HSL color Cylindrical-coordinate representation of color #3659CE: hue angle of 226.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3659CE is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 89 | 206 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.19 |
| HSL | 226.18º | 0.61% | 0.51% | - |
| HSV(B) | 226.18º | 0.74% | 0.81% | - |
| XYZ | 16.23 | 12.39 | 59.93 | - |
| YUV | 91.87 | 192.4 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 206 | 0.74 | 0.57 | 0 | 0.19 | 226.18 | 0.61 | 0.51 |
| Hex | 36 | 59 | CE | 4A | 39 | 0 | 13 | E2 | 3D | 33 |
| Octal | 66 | 131 | 316 | 112 | 71 | 0 | 23 | 342 | 75 | 63 |
| Binary | 110110 | 1011001 | 11001110 | 1001010 | 111001 | 0 | 10011 | 11100010 | 111101 | 110011 |
Color Harmonies of #3659CE
Complementary color
Monochromatic Colors of #3659CE
Black with #3659CE
Text Example
Text Example
White with #3659CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3659CE; }
p { color: rgb(54,89,206); }
H1.HeaderClassName
{
color: #3659CE;
}
.AnyTagClassName
{
color: #3659CE;
}
</style>
background-color css
<style>
a { background-color: #3659CE; }
a { background-color: rgb(54,89,206); }
div.DivClassName
{
background-color: #3659CE;
}
.BgClassName
{
background-color: #3659CE;
}
</style>
border-color css
<style>
span { border-color: #3659CE; }
span { border-color: rgb(54,89,206); }
td.TdClassName
{
border-color: #3659CE;
}
.TagClassName
{
border-color: #3659CE;
}
</style>