Shades of Free Speech Blue #363DC9
Tints of Free Speech Blue #363DC9
RGB
CMYK
RGB Variations
Color information
#363DC9 (or 0x363DC9) is known color: Free Speech Blue. HEX triplet: 36, 3D and C9. RGB value is (54,61,201). Sum of RGB (Red+Green+Blue) = 54+61+201=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #363DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DC9 is #C9C236. Grayscale: #4A4A4A. Windows color (decimal): -13222455 or 13188406. OLE color: 13188406.
HSL color Cylindrical-coordinate representation of color #363DC9: hue angle of 237.14º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #363DC9 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 61 | 201 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.21 |
| HSL | 237.14º | 0.58% | 0.5% | - |
| HSV(B) | 237.14º | 0.73% | 0.79% | - |
| XYZ | 13.73 | 8.34 | 56.14 | - |
| YUV | 74.87 | 199.18 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 201 | 0.73 | 0.70 | 0 | 0.21 | 237.14 | 0.58 | 0.5 |
| Hex | 36 | 3D | C9 | 49 | 46 | 0 | 15 | ED | 3A | 32 |
| Octal | 66 | 75 | 311 | 111 | 106 | 0 | 25 | 355 | 72 | 62 |
| Binary | 110110 | 111101 | 11001001 | 1001001 | 1000110 | 0 | 10101 | 11101101 | 111010 | 110010 |
Color Harmonies of #363DC9
Complementary color
Monochromatic Colors of #363DC9
Black with #363DC9
Text Example
Text Example
White with #363DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DC9; }
p { color: rgb(54,61,201); }
H1.HeaderClassName
{
color: #363DC9;
}
.AnyTagClassName
{
color: #363DC9;
}
</style>
background-color css
<style>
a { background-color: #363DC9; }
a { background-color: rgb(54,61,201); }
div.DivClassName
{
background-color: #363DC9;
}
.BgClassName
{
background-color: #363DC9;
}
</style>
border-color css
<style>
span { border-color: #363DC9; }
span { border-color: rgb(54,61,201); }
td.TdClassName
{
border-color: #363DC9;
}
.TagClassName
{
border-color: #363DC9;
}
</style>