Shades of Free Speech Blue #363CDC
Tints of Free Speech Blue #363CDC
RGB
CMYK
RGB Variations
Color information
#363CDC (or 0x363CDC) is known color: Free Speech Blue. HEX triplet: 36, 3C and DC. RGB value is (54,60,220). Sum of RGB (Red+Green+Blue) = 54+60+220=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #363CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CDC is #C9C323. Grayscale: #4B4B4B. Windows color (decimal): -13222692 or 14433334. OLE color: 14433334.
HSL color Cylindrical-coordinate representation of color #363CDC: hue angle of 237.83º 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 #363CDC is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 60 | 220 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.14 |
| HSL | 237.83º | 0.7% | 0.54% | - |
| HSV(B) | 237.83º | 0.75% | 0.86% | - |
| XYZ | 16.06 | 9.18 | 68.64 | - |
| YUV | 76.45 | 209.01 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 220 | 0.75 | 0.73 | 0 | 0.14 | 237.83 | 0.7 | 0.54 |
| Hex | 36 | 3C | DC | 4B | 49 | 0 | E | EE | 46 | 36 |
| Octal | 66 | 74 | 334 | 113 | 111 | 0 | 16 | 356 | 106 | 66 |
| Binary | 110110 | 111100 | 11011100 | 1001011 | 1001001 | 0 | 1110 | 11101110 | 1000110 | 110110 |
Color Harmonies of #363CDC
Complementary color
Monochromatic Colors of #363CDC
Black with #363CDC
Text Example
Text Example
White with #363CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CDC; }
p { color: rgb(54,60,220); }
H1.HeaderClassName
{
color: #363CDC;
}
.AnyTagClassName
{
color: #363CDC;
}
</style>
background-color css
<style>
a { background-color: #363CDC; }
a { background-color: rgb(54,60,220); }
div.DivClassName
{
background-color: #363CDC;
}
.BgClassName
{
background-color: #363CDC;
}
</style>
border-color css
<style>
span { border-color: #363CDC; }
span { border-color: rgb(54,60,220); }
td.TdClassName
{
border-color: #363CDC;
}
.TagClassName
{
border-color: #363CDC;
}
</style>