Shades of Free Speech Blue #363ACD
Tints of Free Speech Blue #363ACD
RGB
CMYK
RGB Variations
Color information
#363ACD (or 0x363ACD) is known color: Free Speech Blue. HEX triplet: 36, 3A and CD. RGB value is (54,58,205). Sum of RGB (Red+Green+Blue) = 54+58+205=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #363ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ACD is #C9C532. Grayscale: #484848. Windows color (decimal): -13223219 or 13449782. OLE color: 13449782.
HSL color Cylindrical-coordinate representation of color #363ACD: hue angle of 238.41º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #363ACD is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 58 | 205 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.20 |
| HSL | 238.41º | 0.6% | 0.51% | - |
| HSV(B) | 238.41º | 0.74% | 0.8% | - |
| XYZ | 14.05 | 8.22 | 58.6 | - |
| YUV | 73.56 | 202.17 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 205 | 0.74 | 0.72 | 0 | 0.20 | 238.41 | 0.6 | 0.51 |
| Hex | 36 | 3A | CD | 4A | 48 | 0 | 14 | EE | 3C | 33 |
| Octal | 66 | 72 | 315 | 112 | 110 | 0 | 24 | 356 | 74 | 63 |
| Binary | 110110 | 111010 | 11001101 | 1001010 | 1001000 | 0 | 10100 | 11101110 | 111100 | 110011 |
Color Harmonies of #363ACD
Complementary color
Monochromatic Colors of #363ACD
Black with #363ACD
Text Example
Text Example
White with #363ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363ACD; }
p { color: rgb(54,58,205); }
H1.HeaderClassName
{
color: #363ACD;
}
.AnyTagClassName
{
color: #363ACD;
}
</style>
background-color css
<style>
a { background-color: #363ACD; }
a { background-color: rgb(54,58,205); }
div.DivClassName
{
background-color: #363ACD;
}
.BgClassName
{
background-color: #363ACD;
}
</style>
border-color css
<style>
span { border-color: #363ACD; }
span { border-color: rgb(54,58,205); }
td.TdClassName
{
border-color: #363ACD;
}
.TagClassName
{
border-color: #363ACD;
}
</style>