Shades of Free Speech Blue #363FD5
Tints of Free Speech Blue #363FD5
RGB
CMYK
RGB Variations
Color information
#363FD5 (or 0x363FD5) is known color: Free Speech Blue. HEX triplet: 36, 3F and D5. RGB value is (54,63,213). Sum of RGB (Red+Green+Blue) = 54+63+213=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 213 (83.59% from 255 or 64.55% from 330); Max value from RGB is 213 - color contains mainly: blue. Hex color #363FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FD5 is #C9C02A. Grayscale: #4C4C4C. Windows color (decimal): -13221931 or 13975350. OLE color: 13975350.
HSL color Cylindrical-coordinate representation of color #363FD5: hue angle of 236.6º 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 #363FD5 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 63 | 213 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.16 |
| HSL | 236.6º | 0.65% | 0.52% | - |
| HSV(B) | 236.6º | 0.75% | 0.84% | - |
| XYZ | 15.31 | 9.14 | 63.91 | - |
| YUV | 77.41 | 204.52 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 213 | 0.75 | 0.70 | 0 | 0.16 | 236.6 | 0.65 | 0.52 |
| Hex | 36 | 3F | D5 | 4B | 46 | 0 | 10 | ED | 41 | 34 |
| Octal | 66 | 77 | 325 | 113 | 106 | 0 | 20 | 355 | 101 | 64 |
| Binary | 110110 | 111111 | 11010101 | 1001011 | 1000110 | 0 | 10000 | 11101101 | 1000001 | 110100 |
Color Harmonies of #363FD5
Complementary color
Monochromatic Colors of #363FD5
Black with #363FD5
Text Example
Text Example
White with #363FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FD5; }
p { color: rgb(54,63,213); }
H1.HeaderClassName
{
color: #363FD5;
}
.AnyTagClassName
{
color: #363FD5;
}
</style>
background-color css
<style>
a { background-color: #363FD5; }
a { background-color: rgb(54,63,213); }
div.DivClassName
{
background-color: #363FD5;
}
.BgClassName
{
background-color: #363FD5;
}
</style>
border-color css
<style>
span { border-color: #363FD5; }
span { border-color: rgb(54,63,213); }
td.TdClassName
{
border-color: #363FD5;
}
.TagClassName
{
border-color: #363FD5;
}
</style>