Shades of Free Speech Blue #363FE0
Tints of Free Speech Blue #363FE0
RGB
CMYK
RGB Variations
Color information
#363FE0 (or 0x363FE0) is known color: Free Speech Blue. HEX triplet: 36, 3F and E0. RGB value is (54,63,224). Sum of RGB (Red+Green+Blue) = 54+63+224=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 224 (87.89% from 255 or 65.69% from 341); Max value from RGB is 224 - color contains mainly: blue. Hex color #363FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FE0 is #C9C01F. Grayscale: #4E4E4E. Windows color (decimal): -13221920 or 14696246. OLE color: 14696246.
HSL color Cylindrical-coordinate representation of color #363FE0: hue angle of 236.82º degrees, saturation: 0.73, 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 #363FE0 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 63 | 224 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.12 |
| HSL | 236.82º | 0.73% | 0.55% | - |
| HSV(B) | 236.82º | 0.76% | 0.88% | - |
| XYZ | 16.75 | 9.72 | 71.51 | - |
| YUV | 78.66 | 210.02 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 224 | 0.76 | 0.72 | 0 | 0.12 | 236.82 | 0.73 | 0.55 |
| Hex | 36 | 3F | E0 | 4C | 48 | 0 | C | ED | 49 | 37 |
| Octal | 66 | 77 | 340 | 114 | 110 | 0 | 14 | 355 | 111 | 67 |
| Binary | 110110 | 111111 | 11100000 | 1001100 | 1001000 | 0 | 1100 | 11101101 | 1001001 | 110111 |
Color Harmonies of #363FE0
Complementary color
Monochromatic Colors of #363FE0
Black with #363FE0
Text Example
Text Example
White with #363FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FE0; }
p { color: rgb(54,63,224); }
H1.HeaderClassName
{
color: #363FE0;
}
.AnyTagClassName
{
color: #363FE0;
}
</style>
background-color css
<style>
a { background-color: #363FE0; }
a { background-color: rgb(54,63,224); }
div.DivClassName
{
background-color: #363FE0;
}
.BgClassName
{
background-color: #363FE0;
}
</style>
border-color css
<style>
span { border-color: #363FE0; }
span { border-color: rgb(54,63,224); }
td.TdClassName
{
border-color: #363FE0;
}
.TagClassName
{
border-color: #363FE0;
}
</style>