Shades of Free Speech Blue #364EDA
Tints of Free Speech Blue #364EDA
RGB
CMYK
RGB Variations
Color information
#364EDA (or 0x364EDA) is known color: Free Speech Blue. HEX triplet: 36, 4E and DA. RGB value is (54,78,218). Sum of RGB (Red+Green+Blue) = 54+78+218=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #364EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364EDA is #C9B125. Grayscale: #565656. Windows color (decimal): -13218086 or 14306870. OLE color: 14306870.
HSL color Cylindrical-coordinate representation of color #364EDA: hue angle of 231.22º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #364EDA is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 78 | 218 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.15 |
| HSL | 231.22º | 0.69% | 0.53% | - |
| HSV(B) | 231.22º | 0.75% | 0.85% | - |
| XYZ | 16.9 | 11.3 | 67.62 | - |
| YUV | 86.78 | 202.05 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 218 | 0.75 | 0.64 | 0 | 0.15 | 231.22 | 0.69 | 0.53 |
| Hex | 36 | 4E | DA | 4B | 40 | 0 | F | E7 | 45 | 35 |
| Octal | 66 | 116 | 332 | 113 | 100 | 0 | 17 | 347 | 105 | 65 |
| Binary | 110110 | 1001110 | 11011010 | 1001011 | 1000000 | 0 | 1111 | 11100111 | 1000101 | 110101 |
Color Harmonies of #364EDA
Complementary color
Monochromatic Colors of #364EDA
Black with #364EDA
Text Example
Text Example
White with #364EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364EDA; }
p { color: rgb(54,78,218); }
H1.HeaderClassName
{
color: #364EDA;
}
.AnyTagClassName
{
color: #364EDA;
}
</style>
background-color css
<style>
a { background-color: #364EDA; }
a { background-color: rgb(54,78,218); }
div.DivClassName
{
background-color: #364EDA;
}
.BgClassName
{
background-color: #364EDA;
}
</style>
border-color css
<style>
span { border-color: #364EDA; }
span { border-color: rgb(54,78,218); }
td.TdClassName
{
border-color: #364EDA;
}
.TagClassName
{
border-color: #364EDA;
}
</style>