Shades of Free Speech Blue #363DDA
Tints of Free Speech Blue #363DDA
RGB
CMYK
RGB Variations
Color information
#363DDA (or 0x363DDA) is known color: Free Speech Blue. HEX triplet: 36, 3D and DA. RGB value is (54,61,218). Sum of RGB (Red+Green+Blue) = 54+61+218=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #363DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DDA is #C9C225. Grayscale: #4C4C4C. Windows color (decimal): -13222438 or 14302518. OLE color: 14302518.
HSL color Cylindrical-coordinate representation of color #363DDA: hue angle of 237.44º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #363DDA is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 61 | 218 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.15 |
| HSL | 237.44º | 0.69% | 0.53% | - |
| HSV(B) | 237.44º | 0.75% | 0.85% | - |
| XYZ | 15.84 | 9.18 | 67.27 | - |
| YUV | 76.81 | 207.68 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 218 | 0.75 | 0.72 | 0 | 0.15 | 237.44 | 0.69 | 0.53 |
| Hex | 36 | 3D | DA | 4B | 48 | 0 | F | ED | 45 | 35 |
| Octal | 66 | 75 | 332 | 113 | 110 | 0 | 17 | 355 | 105 | 65 |
| Binary | 110110 | 111101 | 11011010 | 1001011 | 1001000 | 0 | 1111 | 11101101 | 1000101 | 110101 |
Color Harmonies of #363DDA
Complementary color
Monochromatic Colors of #363DDA
Black with #363DDA
Text Example
Text Example
White with #363DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DDA; }
p { color: rgb(54,61,218); }
H1.HeaderClassName
{
color: #363DDA;
}
.AnyTagClassName
{
color: #363DDA;
}
</style>
background-color css
<style>
a { background-color: #363DDA; }
a { background-color: rgb(54,61,218); }
div.DivClassName
{
background-color: #363DDA;
}
.BgClassName
{
background-color: #363DDA;
}
</style>
border-color css
<style>
span { border-color: #363DDA; }
span { border-color: rgb(54,61,218); }
td.TdClassName
{
border-color: #363DDA;
}
.TagClassName
{
border-color: #363DDA;
}
</style>