Shades of Free Speech Blue #3657CC
Tints of Free Speech Blue #3657CC
RGB
CMYK
RGB Variations
Color information
#3657CC (or 0x3657CC) is known color: Free Speech Blue. HEX triplet: 36, 57 and CC. RGB value is (54,87,204). Sum of RGB (Red+Green+Blue) = 54+87+204=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #3657CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3657CC is #C9A833. Grayscale: #595959. Windows color (decimal): -13215796 or 13391670. OLE color: 13391670.
HSL color Cylindrical-coordinate representation of color #3657CC: hue angle of 226.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3657CC is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 87 | 204 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.2 |
| HSL | 226.8º | 0.6% | 0.51% | - |
| HSV(B) | 226.8º | 0.74% | 0.8% | - |
| XYZ | 15.83 | 11.96 | 58.6 | - |
| YUV | 90.47 | 192.07 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 87 | 204 | 0.74 | 0.57 | 0 | 0.2 | 226.8 | 0.6 | 0.51 |
| Hex | 36 | 57 | CC | 4A | 39 | 0 | 14 | E3 | 3C | 33 |
| Octal | 66 | 127 | 314 | 112 | 71 | 0 | 24 | 343 | 74 | 63 |
| Binary | 110110 | 1010111 | 11001100 | 1001010 | 111001 | 0 | 10100 | 11100011 | 111100 | 110011 |
Color Harmonies of #3657CC
Complementary color
Monochromatic Colors of #3657CC
Black with #3657CC
Text Example
Text Example
White with #3657CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3657CC; }
p { color: rgb(54,87,204); }
H1.HeaderClassName
{
color: #3657CC;
}
.AnyTagClassName
{
color: #3657CC;
}
</style>
background-color css
<style>
a { background-color: #3657CC; }
a { background-color: rgb(54,87,204); }
div.DivClassName
{
background-color: #3657CC;
}
.BgClassName
{
background-color: #3657CC;
}
</style>
border-color css
<style>
span { border-color: #3657CC; }
span { border-color: rgb(54,87,204); }
td.TdClassName
{
border-color: #3657CC;
}
.TagClassName
{
border-color: #3657CC;
}
</style>