Shades of Free Speech Blue #363AD5
Tints of Free Speech Blue #363AD5
RGB
CMYK
RGB Variations
Color information
#363AD5 (or 0x363AD5) is known color: Free Speech Blue. HEX triplet: 36, 3A and D5. RGB value is (54,58,213). Sum of RGB (Red+Green+Blue) = 54+58+213=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #363AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363AD5 is #C9C52A. Grayscale: #494949. Windows color (decimal): -13223211 or 13974070. OLE color: 13974070.
HSL color Cylindrical-coordinate representation of color #363AD5: hue angle of 238.49º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #363AD5 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 58 | 213 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.16 |
| HSL | 238.49º | 0.65% | 0.52% | - |
| HSV(B) | 238.49º | 0.75% | 0.84% | - |
| XYZ | 15.04 | 8.61 | 63.82 | - |
| YUV | 74.47 | 206.17 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 213 | 0.75 | 0.73 | 0 | 0.16 | 238.49 | 0.65 | 0.52 |
| Hex | 36 | 3A | D5 | 4B | 49 | 0 | 10 | EE | 41 | 34 |
| Octal | 66 | 72 | 325 | 113 | 111 | 0 | 20 | 356 | 101 | 64 |
| Binary | 110110 | 111010 | 11010101 | 1001011 | 1001001 | 0 | 10000 | 11101110 | 1000001 | 110100 |
Color Harmonies of #363AD5
Complementary color
Monochromatic Colors of #363AD5
Black with #363AD5
Text Example
Text Example
White with #363AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AD5; }
p { color: rgb(54,58,213); }
H1.HeaderClassName
{
color: #363AD5;
}
.AnyTagClassName
{
color: #363AD5;
}
</style>
background-color css
<style>
a { background-color: #363AD5; }
a { background-color: rgb(54,58,213); }
div.DivClassName
{
background-color: #363AD5;
}
.BgClassName
{
background-color: #363AD5;
}
</style>
border-color css
<style>
span { border-color: #363AD5; }
span { border-color: rgb(54,58,213); }
td.TdClassName
{
border-color: #363AD5;
}
.TagClassName
{
border-color: #363AD5;
}
</style>