Shades of Free Speech Blue #363EDA
Tints of Free Speech Blue #363EDA
RGB
CMYK
RGB Variations
Color information
#363EDA (or 0x363EDA) is known color: Free Speech Blue. HEX triplet: 36, 3E and DA. RGB value is (54,62,218). Sum of RGB (Red+Green+Blue) = 54+62+218=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #363EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EDA is #C9C125. Grayscale: #4C4C4C. Windows color (decimal): -13222182 or 14302774. OLE color: 14302774.
HSL color Cylindrical-coordinate representation of color #363EDA: hue angle of 237.07º 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 #363EDA is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 62 | 218 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.15 |
| HSL | 237.07º | 0.69% | 0.53% | - |
| HSV(B) | 237.07º | 0.75% | 0.85% | - |
| XYZ | 15.9 | 9.29 | 67.29 | - |
| YUV | 77.39 | 207.35 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 218 | 0.75 | 0.72 | 0 | 0.15 | 237.07 | 0.69 | 0.53 |
| Hex | 36 | 3E | DA | 4B | 48 | 0 | F | ED | 45 | 35 |
| Octal | 66 | 76 | 332 | 113 | 110 | 0 | 17 | 355 | 105 | 65 |
| Binary | 110110 | 111110 | 11011010 | 1001011 | 1001000 | 0 | 1111 | 11101101 | 1000101 | 110101 |
Color Harmonies of #363EDA
Complementary color
Monochromatic Colors of #363EDA
Black with #363EDA
Text Example
Text Example
White with #363EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EDA; }
p { color: rgb(54,62,218); }
H1.HeaderClassName
{
color: #363EDA;
}
.AnyTagClassName
{
color: #363EDA;
}
</style>
background-color css
<style>
a { background-color: #363EDA; }
a { background-color: rgb(54,62,218); }
div.DivClassName
{
background-color: #363EDA;
}
.BgClassName
{
background-color: #363EDA;
}
</style>
border-color css
<style>
span { border-color: #363EDA; }
span { border-color: rgb(54,62,218); }
td.TdClassName
{
border-color: #363EDA;
}
.TagClassName
{
border-color: #363EDA;
}
</style>