Shades of Free Speech Blue #364DC0
Tints of Free Speech Blue #364DC0
RGB
CMYK
RGB Variations
Color information
#364DC0 (or 0x364DC0) is known color: Free Speech Blue. HEX triplet: 36, 4D and C0. RGB value is (54,77,192). Sum of RGB (Red+Green+Blue) = 54+77+192=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #364DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DC0 is #C9B23F. Grayscale: #525252. Windows color (decimal): -13218368 or 12602678. OLE color: 12602678.
HSL color Cylindrical-coordinate representation of color #364DC0: hue angle of 230º 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 #364DC0 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 77 | 192 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.25 |
| HSL | 230º | 0.56% | 0.48% | - |
| HSV(B) | 230º | 0.72% | 0.75% | - |
| XYZ | 13.69 | 9.9 | 51.06 | - |
| YUV | 83.23 | 189.38 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 192 | 0.72 | 0.60 | 0 | 0.25 | 230 | 0.56 | 0.48 |
| Hex | 36 | 4D | C0 | 48 | 3C | 0 | 19 | E6 | 38 | 30 |
| Octal | 66 | 115 | 300 | 110 | 74 | 0 | 31 | 346 | 70 | 60 |
| Binary | 110110 | 1001101 | 11000000 | 1001000 | 111100 | 0 | 11001 | 11100110 | 111000 | 110000 |
Color Harmonies of #364DC0
Complementary color
Monochromatic Colors of #364DC0
Black with #364DC0
Text Example
Text Example
White with #364DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DC0; }
p { color: rgb(54,77,192); }
H1.HeaderClassName
{
color: #364DC0;
}
.AnyTagClassName
{
color: #364DC0;
}
</style>
background-color css
<style>
a { background-color: #364DC0; }
a { background-color: rgb(54,77,192); }
div.DivClassName
{
background-color: #364DC0;
}
.BgClassName
{
background-color: #364DC0;
}
</style>
border-color css
<style>
span { border-color: #364DC0; }
span { border-color: rgb(54,77,192); }
td.TdClassName
{
border-color: #364DC0;
}
.TagClassName
{
border-color: #364DC0;
}
</style>