Shades of Free Speech Blue #363ADF
Tints of Free Speech Blue #363ADF
RGB
CMYK
RGB Variations
Color information
#363ADF (or 0x363ADF) is known color: Free Speech Blue. HEX triplet: 36, 3A and DF. RGB value is (54,58,223). Sum of RGB (Red+Green+Blue) = 54+58+223=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #363ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ADF is #C9C520. Grayscale: #4A4A4A. Windows color (decimal): -13223201 or 14629430. OLE color: 14629430.
HSL color Cylindrical-coordinate representation of color #363ADF: hue angle of 238.58º 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 #363ADF is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 58 | 223 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.13 |
| HSL | 238.58º | 0.73% | 0.54% | - |
| HSV(B) | 238.58º | 0.76% | 0.87% | - |
| XYZ | 16.35 | 9.14 | 70.71 | - |
| YUV | 75.61 | 211.17 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 223 | 0.76 | 0.74 | 0 | 0.13 | 238.58 | 0.73 | 0.54 |
| Hex | 36 | 3A | DF | 4C | 4A | 0 | D | EF | 49 | 36 |
| Octal | 66 | 72 | 337 | 114 | 112 | 0 | 15 | 357 | 111 | 66 |
| Binary | 110110 | 111010 | 11011111 | 1001100 | 1001010 | 0 | 1101 | 11101111 | 1001001 | 110110 |
Color Harmonies of #363ADF
Complementary color
Monochromatic Colors of #363ADF
Black with #363ADF
Text Example
Text Example
White with #363ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363ADF; }
p { color: rgb(54,58,223); }
H1.HeaderClassName
{
color: #363ADF;
}
.AnyTagClassName
{
color: #363ADF;
}
</style>
background-color css
<style>
a { background-color: #363ADF; }
a { background-color: rgb(54,58,223); }
div.DivClassName
{
background-color: #363ADF;
}
.BgClassName
{
background-color: #363ADF;
}
</style>
border-color css
<style>
span { border-color: #363ADF; }
span { border-color: rgb(54,58,223); }
td.TdClassName
{
border-color: #363ADF;
}
.TagClassName
{
border-color: #363ADF;
}
</style>