Shades of Free Speech Blue #363EDD
Tints of Free Speech Blue #363EDD
RGB
CMYK
RGB Variations
Color information
#363EDD (or 0x363EDD) is known color: Free Speech Blue. HEX triplet: 36, 3E and DD. RGB value is (54,62,221). Sum of RGB (Red+Green+Blue) = 54+62+221=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #363EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EDD is #C9C122. Grayscale: #4D4D4D. Windows color (decimal): -13222179 or 14499382. OLE color: 14499382.
HSL color Cylindrical-coordinate representation of color #363EDD: hue angle of 237.13º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #363EDD is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 62 | 221 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.13 |
| HSL | 237.13º | 0.71% | 0.54% | - |
| HSV(B) | 237.13º | 0.76% | 0.87% | - |
| XYZ | 16.3 | 9.45 | 69.37 | - |
| YUV | 77.73 | 208.85 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 221 | 0.76 | 0.72 | 0 | 0.13 | 237.13 | 0.71 | 0.54 |
| Hex | 36 | 3E | DD | 4C | 48 | 0 | D | ED | 47 | 36 |
| Octal | 66 | 76 | 335 | 114 | 110 | 0 | 15 | 355 | 107 | 66 |
| Binary | 110110 | 111110 | 11011101 | 1001100 | 1001000 | 0 | 1101 | 11101101 | 1000111 | 110110 |
Color Harmonies of #363EDD
Complementary color
Monochromatic Colors of #363EDD
Black with #363EDD
Text Example
Text Example
White with #363EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EDD; }
p { color: rgb(54,62,221); }
H1.HeaderClassName
{
color: #363EDD;
}
.AnyTagClassName
{
color: #363EDD;
}
</style>
background-color css
<style>
a { background-color: #363EDD; }
a { background-color: rgb(54,62,221); }
div.DivClassName
{
background-color: #363EDD;
}
.BgClassName
{
background-color: #363EDD;
}
</style>
border-color css
<style>
span { border-color: #363EDD; }
span { border-color: rgb(54,62,221); }
td.TdClassName
{
border-color: #363EDD;
}
.TagClassName
{
border-color: #363EDD;
}
</style>