Shades of Free Speech Blue #3640C0
Tints of Free Speech Blue #3640C0
RGB
CMYK
RGB Variations
Color information
#3640C0 (or 0x3640C0) is known color: Free Speech Blue. HEX triplet: 36, 40 and C0. RGB value is (54,64,192). Sum of RGB (Red+Green+Blue) = 54+64+192=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 192 (75.39% from 255 or 61.94% from 310); Max value from RGB is 192 - color contains mainly: blue. Hex color #3640C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3640C0 is #C9BF3F. Grayscale: #4B4B4B. Windows color (decimal): -13221696 or 12599350. OLE color: 12599350.
HSL color Cylindrical-coordinate representation of color #3640C0: hue angle of 235.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3640C0 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 64 | 192 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.25 |
| HSL | 235.65º | 0.56% | 0.48% | - |
| HSV(B) | 235.65º | 0.72% | 0.75% | - |
| XYZ | 12.87 | 8.26 | 50.78 | - |
| YUV | 75.6 | 193.69 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 192 | 0.72 | 0.67 | 0 | 0.25 | 235.65 | 0.56 | 0.48 |
| Hex | 36 | 40 | C0 | 48 | 43 | 0 | 19 | EC | 38 | 30 |
| Octal | 66 | 100 | 300 | 110 | 103 | 0 | 31 | 354 | 70 | 60 |
| Binary | 110110 | 1000000 | 11000000 | 1001000 | 1000011 | 0 | 11001 | 11101100 | 111000 | 110000 |
Color Harmonies of #3640C0
Complementary color
Monochromatic Colors of #3640C0
Black with #3640C0
Text Example
Text Example
White with #3640C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3640C0; }
p { color: rgb(54,64,192); }
H1.HeaderClassName
{
color: #3640C0;
}
.AnyTagClassName
{
color: #3640C0;
}
</style>
background-color css
<style>
a { background-color: #3640C0; }
a { background-color: rgb(54,64,192); }
div.DivClassName
{
background-color: #3640C0;
}
.BgClassName
{
background-color: #3640C0;
}
</style>
border-color css
<style>
span { border-color: #3640C0; }
span { border-color: rgb(54,64,192); }
td.TdClassName
{
border-color: #3640C0;
}
.TagClassName
{
border-color: #3640C0;
}
</style>