Shades of Free Speech Blue #363EE1
Tints of Free Speech Blue #363EE1
RGB
CMYK
RGB Variations
Color information
#363EE1 (or 0x363EE1) is known color: Free Speech Blue. HEX triplet: 36, 3E and E1. RGB value is (54,62,225). Sum of RGB (Red+Green+Blue) = 54+62+225=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 225 (88.28% from 255 or 65.98% from 341); Max value from RGB is 225 - color contains mainly: blue. Hex color #363EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EE1 is #C9C11E. Grayscale: #4D4D4D. Windows color (decimal): -13222175 or 14761526. OLE color: 14761526.
HSL color Cylindrical-coordinate representation of color #363EE1: hue angle of 237.19º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #363EE1 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 62 | 225 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.12 |
| HSL | 237.19º | 0.74% | 0.55% | - |
| HSV(B) | 237.19º | 0.76% | 0.88% | - |
| XYZ | 16.83 | 9.67 | 72.21 | - |
| YUV | 78.19 | 210.85 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 225 | 0.76 | 0.72 | 0 | 0.12 | 237.19 | 0.74 | 0.55 |
| Hex | 36 | 3E | E1 | 4C | 48 | 0 | C | ED | 4A | 37 |
| Octal | 66 | 76 | 341 | 114 | 110 | 0 | 14 | 355 | 112 | 67 |
| Binary | 110110 | 111110 | 11100001 | 1001100 | 1001000 | 0 | 1100 | 11101101 | 1001010 | 110111 |
Color Harmonies of #363EE1
Complementary color
Monochromatic Colors of #363EE1
Black with #363EE1
Text Example
Text Example
White with #363EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EE1; }
p { color: rgb(54,62,225); }
H1.HeaderClassName
{
color: #363EE1;
}
.AnyTagClassName
{
color: #363EE1;
}
</style>
background-color css
<style>
a { background-color: #363EE1; }
a { background-color: rgb(54,62,225); }
div.DivClassName
{
background-color: #363EE1;
}
.BgClassName
{
background-color: #363EE1;
}
</style>
border-color css
<style>
span { border-color: #363EE1; }
span { border-color: rgb(54,62,225); }
td.TdClassName
{
border-color: #363EE1;
}
.TagClassName
{
border-color: #363EE1;
}
</style>