Shades of Free Speech Blue #364EC0
Tints of Free Speech Blue #364EC0
RGB
CMYK
RGB Variations
Color information
#364EC0 (or 0x364EC0) is known color: Free Speech Blue. HEX triplet: 36, 4E and C0. RGB value is (54,78,192). Sum of RGB (Red+Green+Blue) = 54+78+192=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 192 (75.39% from 255 or 59.26% from 324); Max value from RGB is 192 - color contains mainly: blue. Hex color #364EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364EC0 is #C9B13F. Grayscale: #535353. Windows color (decimal): -13218112 or 12602934. OLE color: 12602934.
HSL color Cylindrical-coordinate representation of color #364EC0: hue angle of 229.57º 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 #364EC0 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 78 | 192 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.25 |
| HSL | 229.57º | 0.56% | 0.48% | - |
| HSV(B) | 229.57º | 0.72% | 0.75% | - |
| XYZ | 13.76 | 10.04 | 51.08 | - |
| YUV | 83.82 | 189.05 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 192 | 0.72 | 0.59 | 0 | 0.25 | 229.57 | 0.56 | 0.48 |
| Hex | 36 | 4E | C0 | 48 | 3B | 0 | 19 | E6 | 38 | 30 |
| Octal | 66 | 116 | 300 | 110 | 73 | 0 | 31 | 346 | 70 | 60 |
| Binary | 110110 | 1001110 | 11000000 | 1001000 | 111011 | 0 | 11001 | 11100110 | 111000 | 110000 |
Color Harmonies of #364EC0
Complementary color
Monochromatic Colors of #364EC0
Black with #364EC0
Text Example
Text Example
White with #364EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364EC0; }
p { color: rgb(54,78,192); }
H1.HeaderClassName
{
color: #364EC0;
}
.AnyTagClassName
{
color: #364EC0;
}
</style>
background-color css
<style>
a { background-color: #364EC0; }
a { background-color: rgb(54,78,192); }
div.DivClassName
{
background-color: #364EC0;
}
.BgClassName
{
background-color: #364EC0;
}
</style>
border-color css
<style>
span { border-color: #364EC0; }
span { border-color: rgb(54,78,192); }
td.TdClassName
{
border-color: #364EC0;
}
.TagClassName
{
border-color: #364EC0;
}
</style>