Shades of Free Speech Blue #363DDB
Tints of Free Speech Blue #363DDB
RGB
CMYK
RGB Variations
Color information
#363DDB (or 0x363DDB) is known color: Free Speech Blue. HEX triplet: 36, 3D and DB. RGB value is (54,61,219). Sum of RGB (Red+Green+Blue) = 54+61+219=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #363DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DDB is #C9C224. Grayscale: #4C4C4C. Windows color (decimal): -13222437 or 14368054. OLE color: 14368054.
HSL color Cylindrical-coordinate representation of color #363DDB: hue angle of 237.45º 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 #363DDB is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 61 | 219 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.14 |
| HSL | 237.45º | 0.7% | 0.54% | - |
| HSV(B) | 237.45º | 0.75% | 0.86% | - |
| XYZ | 15.98 | 9.24 | 67.96 | - |
| YUV | 76.92 | 208.18 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 219 | 0.75 | 0.72 | 0 | 0.14 | 237.45 | 0.7 | 0.54 |
| Hex | 36 | 3D | DB | 4B | 48 | 0 | E | ED | 46 | 36 |
| Octal | 66 | 75 | 333 | 113 | 110 | 0 | 16 | 355 | 106 | 66 |
| Binary | 110110 | 111101 | 11011011 | 1001011 | 1001000 | 0 | 1110 | 11101101 | 1000110 | 110110 |
Color Harmonies of #363DDB
Complementary color
Monochromatic Colors of #363DDB
Black with #363DDB
Text Example
Text Example
White with #363DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DDB; }
p { color: rgb(54,61,219); }
H1.HeaderClassName
{
color: #363DDB;
}
.AnyTagClassName
{
color: #363DDB;
}
</style>
background-color css
<style>
a { background-color: #363DDB; }
a { background-color: rgb(54,61,219); }
div.DivClassName
{
background-color: #363DDB;
}
.BgClassName
{
background-color: #363DDB;
}
</style>
border-color css
<style>
span { border-color: #363DDB; }
span { border-color: rgb(54,61,219); }
td.TdClassName
{
border-color: #363DDB;
}
.TagClassName
{
border-color: #363DDB;
}
</style>