Shades of Free Speech Blue #363EDC
Tints of Free Speech Blue #363EDC
RGB
CMYK
RGB Variations
Color information
#363EDC (or 0x363EDC) is known color: Free Speech Blue. HEX triplet: 36, 3E and DC. RGB value is (54,62,220). Sum of RGB (Red+Green+Blue) = 54+62+220=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #363EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EDC is #C9C123. Grayscale: #4C4C4C. Windows color (decimal): -13222180 or 14433846. OLE color: 14433846.
HSL color Cylindrical-coordinate representation of color #363EDC: hue angle of 237.11º 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 #363EDC is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 62 | 220 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.14 |
| HSL | 237.11º | 0.7% | 0.54% | - |
| HSV(B) | 237.11º | 0.75% | 0.86% | - |
| XYZ | 16.16 | 9.4 | 68.67 | - |
| YUV | 77.62 | 208.35 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 220 | 0.75 | 0.72 | 0 | 0.14 | 237.11 | 0.7 | 0.54 |
| Hex | 36 | 3E | DC | 4B | 48 | 0 | E | ED | 46 | 36 |
| Octal | 66 | 76 | 334 | 113 | 110 | 0 | 16 | 355 | 106 | 66 |
| Binary | 110110 | 111110 | 11011100 | 1001011 | 1001000 | 0 | 1110 | 11101101 | 1000110 | 110110 |
Color Harmonies of #363EDC
Complementary color
Monochromatic Colors of #363EDC
Black with #363EDC
Text Example
Text Example
White with #363EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EDC; }
p { color: rgb(54,62,220); }
H1.HeaderClassName
{
color: #363EDC;
}
.AnyTagClassName
{
color: #363EDC;
}
</style>
background-color css
<style>
a { background-color: #363EDC; }
a { background-color: rgb(54,62,220); }
div.DivClassName
{
background-color: #363EDC;
}
.BgClassName
{
background-color: #363EDC;
}
</style>
border-color css
<style>
span { border-color: #363EDC; }
span { border-color: rgb(54,62,220); }
td.TdClassName
{
border-color: #363EDC;
}
.TagClassName
{
border-color: #363EDC;
}
</style>