Shades of Free Speech Blue #3640CE
Tints of Free Speech Blue #3640CE
RGB
CMYK
RGB Variations
Color information
#3640CE (or 0x3640CE) is known color: Free Speech Blue. HEX triplet: 36, 40 and CE. RGB value is (54,64,206). Sum of RGB (Red+Green+Blue) = 54+64+206=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #3640CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3640CE is #C9BF31. Grayscale: #4C4C4C. Windows color (decimal): -13221682 or 13516854. OLE color: 13516854.
HSL color Cylindrical-coordinate representation of color #3640CE: hue angle of 236.05º 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 #3640CE is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 64 | 206 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.19 |
| HSL | 236.05º | 0.61% | 0.51% | - |
| HSV(B) | 236.05º | 0.74% | 0.81% | - |
| XYZ | 14.5 | 8.91 | 59.35 | - |
| YUV | 77.2 | 200.69 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 206 | 0.74 | 0.69 | 0 | 0.19 | 236.05 | 0.61 | 0.51 |
| Hex | 36 | 40 | CE | 4A | 45 | 0 | 13 | EC | 3D | 33 |
| Octal | 66 | 100 | 316 | 112 | 105 | 0 | 23 | 354 | 75 | 63 |
| Binary | 110110 | 1000000 | 11001110 | 1001010 | 1000101 | 0 | 10011 | 11101100 | 111101 | 110011 |
Color Harmonies of #3640CE
Complementary color
Monochromatic Colors of #3640CE
Black with #3640CE
Text Example
Text Example
White with #3640CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3640CE; }
p { color: rgb(54,64,206); }
H1.HeaderClassName
{
color: #3640CE;
}
.AnyTagClassName
{
color: #3640CE;
}
</style>
background-color css
<style>
a { background-color: #3640CE; }
a { background-color: rgb(54,64,206); }
div.DivClassName
{
background-color: #3640CE;
}
.BgClassName
{
background-color: #3640CE;
}
</style>
border-color css
<style>
span { border-color: #3640CE; }
span { border-color: rgb(54,64,206); }
td.TdClassName
{
border-color: #3640CE;
}
.TagClassName
{
border-color: #3640CE;
}
</style>