Shades of Free Speech Blue #363BDE
Tints of Free Speech Blue #363BDE
RGB
CMYK
RGB Variations
Color information
#363BDE (or 0x363BDE) is known color: Free Speech Blue. HEX triplet: 36, 3B and DE. RGB value is (54,59,222). Sum of RGB (Red+Green+Blue) = 54+59+222=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #363BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BDE is #C9C421. Grayscale: #4B4B4B. Windows color (decimal): -13222946 or 14564150. OLE color: 14564150.
HSL color Cylindrical-coordinate representation of color #363BDE: hue angle of 238.21º degrees, saturation: 0.72, 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 #363BDE is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 59 | 222 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.13 |
| HSL | 238.21º | 0.72% | 0.54% | - |
| HSV(B) | 238.21º | 0.76% | 0.87% | - |
| XYZ | 16.27 | 9.19 | 70.02 | - |
| YUV | 76.09 | 210.34 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 222 | 0.76 | 0.73 | 0 | 0.13 | 238.21 | 0.72 | 0.54 |
| Hex | 36 | 3B | DE | 4C | 49 | 0 | D | EE | 48 | 36 |
| Octal | 66 | 73 | 336 | 114 | 111 | 0 | 15 | 356 | 110 | 66 |
| Binary | 110110 | 111011 | 11011110 | 1001100 | 1001001 | 0 | 1101 | 11101110 | 1001000 | 110110 |
Color Harmonies of #363BDE
Complementary color
Monochromatic Colors of #363BDE
Black with #363BDE
Text Example
Text Example
White with #363BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BDE; }
p { color: rgb(54,59,222); }
H1.HeaderClassName
{
color: #363BDE;
}
.AnyTagClassName
{
color: #363BDE;
}
</style>
background-color css
<style>
a { background-color: #363BDE; }
a { background-color: rgb(54,59,222); }
div.DivClassName
{
background-color: #363BDE;
}
.BgClassName
{
background-color: #363BDE;
}
</style>
border-color css
<style>
span { border-color: #363BDE; }
span { border-color: rgb(54,59,222); }
td.TdClassName
{
border-color: #363BDE;
}
.TagClassName
{
border-color: #363BDE;
}
</style>