Shades of Free Speech Blue #363DDC
Tints of Free Speech Blue #363DDC
RGB
CMYK
RGB Variations
Color information
#363DDC (or 0x363DDC) is known color: Free Speech Blue. HEX triplet: 36, 3D and DC. RGB value is (54,61,220). Sum of RGB (Red+Green+Blue) = 54+61+220=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #363DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DDC is #C9C223. Grayscale: #4C4C4C. Windows color (decimal): -13222436 or 14433590. OLE color: 14433590.
HSL color Cylindrical-coordinate representation of color #363DDC: hue angle of 237.47º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #363DDC is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 61 | 220 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.14 |
| HSL | 237.47º | 0.7% | 0.54% | - |
| HSV(B) | 237.47º | 0.75% | 0.86% | - |
| XYZ | 16.11 | 9.29 | 68.65 | - |
| YUV | 77.03 | 208.68 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 220 | 0.75 | 0.72 | 0 | 0.14 | 237.47 | 0.7 | 0.54 |
| Hex | 36 | 3D | DC | 4B | 48 | 0 | E | ED | 46 | 36 |
| Octal | 66 | 75 | 334 | 113 | 110 | 0 | 16 | 355 | 106 | 66 |
| Binary | 110110 | 111101 | 11011100 | 1001011 | 1001000 | 0 | 1110 | 11101101 | 1000110 | 110110 |
Color Harmonies of #363DDC
Complementary color
Monochromatic Colors of #363DDC
Black with #363DDC
Text Example
Text Example
White with #363DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DDC; }
p { color: rgb(54,61,220); }
H1.HeaderClassName
{
color: #363DDC;
}
.AnyTagClassName
{
color: #363DDC;
}
</style>
background-color css
<style>
a { background-color: #363DDC; }
a { background-color: rgb(54,61,220); }
div.DivClassName
{
background-color: #363DDC;
}
.BgClassName
{
background-color: #363DDC;
}
</style>
border-color css
<style>
span { border-color: #363DDC; }
span { border-color: rgb(54,61,220); }
td.TdClassName
{
border-color: #363DDC;
}
.TagClassName
{
border-color: #363DDC;
}
</style>