Shades of Free Speech Blue #363FDD
Tints of Free Speech Blue #363FDD
RGB
CMYK
RGB Variations
Color information
#363FDD (or 0x363FDD) is known color: Free Speech Blue. HEX triplet: 36, 3F and DD. RGB value is (54,63,221). Sum of RGB (Red+Green+Blue) = 54+63+221=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #363FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FDD is #C9C022. Grayscale: #4D4D4D. Windows color (decimal): -13221923 or 14499638. OLE color: 14499638.
HSL color Cylindrical-coordinate representation of color #363FDD: hue angle of 236.77º degrees, saturation: 0.71, 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 #363FDD is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 63 | 221 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.13 |
| HSL | 236.77º | 0.71% | 0.54% | - |
| HSV(B) | 236.77º | 0.76% | 0.87% | - |
| XYZ | 16.35 | 9.56 | 69.39 | - |
| YUV | 78.32 | 208.52 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 221 | 0.76 | 0.71 | 0 | 0.13 | 236.77 | 0.71 | 0.54 |
| Hex | 36 | 3F | DD | 4C | 47 | 0 | D | ED | 47 | 36 |
| Octal | 66 | 77 | 335 | 114 | 107 | 0 | 15 | 355 | 107 | 66 |
| Binary | 110110 | 111111 | 11011101 | 1001100 | 1000111 | 0 | 1101 | 11101101 | 1000111 | 110110 |
Color Harmonies of #363FDD
Complementary color
Monochromatic Colors of #363FDD
Black with #363FDD
Text Example
Text Example
White with #363FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FDD; }
p { color: rgb(54,63,221); }
H1.HeaderClassName
{
color: #363FDD;
}
.AnyTagClassName
{
color: #363FDD;
}
</style>
background-color css
<style>
a { background-color: #363FDD; }
a { background-color: rgb(54,63,221); }
div.DivClassName
{
background-color: #363FDD;
}
.BgClassName
{
background-color: #363FDD;
}
</style>
border-color css
<style>
span { border-color: #363FDD; }
span { border-color: rgb(54,63,221); }
td.TdClassName
{
border-color: #363FDD;
}
.TagClassName
{
border-color: #363FDD;
}
</style>