Shades of Free Speech Blue #364EC6
Tints of Free Speech Blue #364EC6
RGB
CMYK
RGB Variations
Color information
#364EC6 (or 0x364EC6) is known color: Free Speech Blue. HEX triplet: 36, 4E and C6. RGB value is (54,78,198). Sum of RGB (Red+Green+Blue) = 54+78+198=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #364EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364EC6 is #C9B139. Grayscale: #545454. Windows color (decimal): -13218106 or 12996150. OLE color: 12996150.
HSL color Cylindrical-coordinate representation of color #364EC6: hue angle of 230º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #364EC6 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 78 | 198 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.22 |
| HSL | 230º | 0.57% | 0.49% | - |
| HSV(B) | 230º | 0.73% | 0.78% | - |
| XYZ | 14.44 | 10.31 | 54.66 | - |
| YUV | 84.5 | 192.05 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 198 | 0.73 | 0.61 | 0 | 0.22 | 230 | 0.57 | 0.49 |
| Hex | 36 | 4E | C6 | 49 | 3D | 0 | 16 | E6 | 39 | 31 |
| Octal | 66 | 116 | 306 | 111 | 75 | 0 | 26 | 346 | 71 | 61 |
| Binary | 110110 | 1001110 | 11000110 | 1001001 | 111101 | 0 | 10110 | 11100110 | 111001 | 110001 |
Color Harmonies of #364EC6
Complementary color
Monochromatic Colors of #364EC6
Black with #364EC6
Text Example
Text Example
White with #364EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364EC6; }
p { color: rgb(54,78,198); }
H1.HeaderClassName
{
color: #364EC6;
}
.AnyTagClassName
{
color: #364EC6;
}
</style>
background-color css
<style>
a { background-color: #364EC6; }
a { background-color: rgb(54,78,198); }
div.DivClassName
{
background-color: #364EC6;
}
.BgClassName
{
background-color: #364EC6;
}
</style>
border-color css
<style>
span { border-color: #364EC6; }
span { border-color: rgb(54,78,198); }
td.TdClassName
{
border-color: #364EC6;
}
.TagClassName
{
border-color: #364EC6;
}
</style>