Shades of Free Speech Blue #364DC5
Tints of Free Speech Blue #364DC5
RGB
CMYK
RGB Variations
Color information
#364DC5 (or 0x364DC5) is known color: Free Speech Blue. HEX triplet: 36, 4D and C5. RGB value is (54,77,197). Sum of RGB (Red+Green+Blue) = 54+77+197=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 197 (77.34% from 255 or 60.06% from 328); Max value from RGB is 197 - color contains mainly: blue. Hex color #364DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DC5 is #C9B23A. Grayscale: #535353. Windows color (decimal): -13218363 or 12930358. OLE color: 12930358.
HSL color Cylindrical-coordinate representation of color #364DC5: hue angle of 230.35º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #364DC5 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 77 | 197 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.23 |
| HSL | 230.35º | 0.57% | 0.49% | - |
| HSV(B) | 230.35º | 0.73% | 0.77% | - |
| XYZ | 14.25 | 10.12 | 54.03 | - |
| YUV | 83.8 | 191.88 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 197 | 0.73 | 0.61 | 0 | 0.23 | 230.35 | 0.57 | 0.49 |
| Hex | 36 | 4D | C5 | 49 | 3D | 0 | 17 | E6 | 39 | 31 |
| Octal | 66 | 115 | 305 | 111 | 75 | 0 | 27 | 346 | 71 | 61 |
| Binary | 110110 | 1001101 | 11000101 | 1001001 | 111101 | 0 | 10111 | 11100110 | 111001 | 110001 |
Color Harmonies of #364DC5
Complementary color
Monochromatic Colors of #364DC5
Black with #364DC5
Text Example
Text Example
White with #364DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DC5; }
p { color: rgb(54,77,197); }
H1.HeaderClassName
{
color: #364DC5;
}
.AnyTagClassName
{
color: #364DC5;
}
</style>
background-color css
<style>
a { background-color: #364DC5; }
a { background-color: rgb(54,77,197); }
div.DivClassName
{
background-color: #364DC5;
}
.BgClassName
{
background-color: #364DC5;
}
</style>
border-color css
<style>
span { border-color: #364DC5; }
span { border-color: rgb(54,77,197); }
td.TdClassName
{
border-color: #364DC5;
}
.TagClassName
{
border-color: #364DC5;
}
</style>