Shades of Free Speech Blue #364DDC
Tints of Free Speech Blue #364DDC
RGB
CMYK
RGB Variations
Color information
#364DDC (or 0x364DDC) is known color: Free Speech Blue. HEX triplet: 36, 4D and DC. RGB value is (54,77,220). Sum of RGB (Red+Green+Blue) = 54+77+220=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #364DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DDC is #C9B223. Grayscale: #555555. Windows color (decimal): -13218340 or 14437686. OLE color: 14437686.
HSL color Cylindrical-coordinate representation of color #364DDC: hue angle of 231.69º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #364DDC is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 77 | 220 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.14 |
| HSL | 231.69º | 0.7% | 0.54% | - |
| HSV(B) | 231.69º | 0.75% | 0.86% | - |
| XYZ | 17.09 | 11.26 | 68.98 | - |
| YUV | 86.43 | 203.38 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 220 | 0.75 | 0.65 | 0 | 0.14 | 231.69 | 0.7 | 0.54 |
| Hex | 36 | 4D | DC | 4B | 41 | 0 | E | E8 | 46 | 36 |
| Octal | 66 | 115 | 334 | 113 | 101 | 0 | 16 | 350 | 106 | 66 |
| Binary | 110110 | 1001101 | 11011100 | 1001011 | 1000001 | 0 | 1110 | 11101000 | 1000110 | 110110 |
Color Harmonies of #364DDC
Complementary color
Monochromatic Colors of #364DDC
Black with #364DDC
Text Example
Text Example
White with #364DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DDC; }
p { color: rgb(54,77,220); }
H1.HeaderClassName
{
color: #364DDC;
}
.AnyTagClassName
{
color: #364DDC;
}
</style>
background-color css
<style>
a { background-color: #364DDC; }
a { background-color: rgb(54,77,220); }
div.DivClassName
{
background-color: #364DDC;
}
.BgClassName
{
background-color: #364DDC;
}
</style>
border-color css
<style>
span { border-color: #364DDC; }
span { border-color: rgb(54,77,220); }
td.TdClassName
{
border-color: #364DDC;
}
.TagClassName
{
border-color: #364DDC;
}
</style>