Shades of Free Speech Blue #363FDF
Tints of Free Speech Blue #363FDF
RGB
CMYK
RGB Variations
Color information
#363FDF (or 0x363FDF) is known color: Free Speech Blue. HEX triplet: 36, 3F and DF. RGB value is (54,63,223). Sum of RGB (Red+Green+Blue) = 54+63+223=340 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.88% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #363FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FDF is #C9C020. Grayscale: #4D4D4D. Windows color (decimal): -13221921 or 14630710. OLE color: 14630710.
HSL color Cylindrical-coordinate representation of color #363FDF: hue angle of 236.8º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #363FDF is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 63 | 223 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.13 |
| HSL | 236.8º | 0.73% | 0.54% | - |
| HSV(B) | 236.8º | 0.76% | 0.87% | - |
| XYZ | 16.62 | 9.67 | 70.8 | - |
| YUV | 78.55 | 209.52 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 223 | 0.76 | 0.72 | 0 | 0.13 | 236.8 | 0.73 | 0.54 |
| Hex | 36 | 3F | DF | 4C | 48 | 0 | D | ED | 49 | 36 |
| Octal | 66 | 77 | 337 | 114 | 110 | 0 | 15 | 355 | 111 | 66 |
| Binary | 110110 | 111111 | 11011111 | 1001100 | 1001000 | 0 | 1101 | 11101101 | 1001001 | 110110 |
Color Harmonies of #363FDF
Complementary color
Monochromatic Colors of #363FDF
Black with #363FDF
Text Example
Text Example
White with #363FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FDF; }
p { color: rgb(54,63,223); }
H1.HeaderClassName
{
color: #363FDF;
}
.AnyTagClassName
{
color: #363FDF;
}
</style>
background-color css
<style>
a { background-color: #363FDF; }
a { background-color: rgb(54,63,223); }
div.DivClassName
{
background-color: #363FDF;
}
.BgClassName
{
background-color: #363FDF;
}
</style>
border-color css
<style>
span { border-color: #363FDF; }
span { border-color: rgb(54,63,223); }
td.TdClassName
{
border-color: #363FDF;
}
.TagClassName
{
border-color: #363FDF;
}
</style>