Shades of Free Speech Blue #364FDC
Tints of Free Speech Blue #364FDC
RGB
CMYK
RGB Variations
Color information
#364FDC (or 0x364FDC) is known color: Free Speech Blue. HEX triplet: 36, 4F and DC. RGB value is (54,79,220). Sum of RGB (Red+Green+Blue) = 54+79+220=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #364FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364FDC is #C9B023. Grayscale: #575757. Windows color (decimal): -13217828 or 14438198. OLE color: 14438198.
HSL color Cylindrical-coordinate representation of color #364FDC: hue angle of 230.96º 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 #364FDC is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 79 | 220 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.14 |
| HSL | 230.96º | 0.7% | 0.54% | - |
| HSV(B) | 230.96º | 0.75% | 0.86% | - |
| XYZ | 17.24 | 11.54 | 69.03 | - |
| YUV | 87.6 | 202.72 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 220 | 0.75 | 0.64 | 0 | 0.14 | 230.96 | 0.7 | 0.54 |
| Hex | 36 | 4F | DC | 4B | 40 | 0 | E | E7 | 46 | 36 |
| Octal | 66 | 117 | 334 | 113 | 100 | 0 | 16 | 347 | 106 | 66 |
| Binary | 110110 | 1001111 | 11011100 | 1001011 | 1000000 | 0 | 1110 | 11100111 | 1000110 | 110110 |
Color Harmonies of #364FDC
Complementary color
Monochromatic Colors of #364FDC
Black with #364FDC
Text Example
Text Example
White with #364FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364FDC; }
p { color: rgb(54,79,220); }
H1.HeaderClassName
{
color: #364FDC;
}
.AnyTagClassName
{
color: #364FDC;
}
</style>
background-color css
<style>
a { background-color: #364FDC; }
a { background-color: rgb(54,79,220); }
div.DivClassName
{
background-color: #364FDC;
}
.BgClassName
{
background-color: #364FDC;
}
</style>
border-color css
<style>
span { border-color: #364FDC; }
span { border-color: rgb(54,79,220); }
td.TdClassName
{
border-color: #364FDC;
}
.TagClassName
{
border-color: #364FDC;
}
</style>