Shades of Free Speech Blue #363DCD
Tints of Free Speech Blue #363DCD
RGB
CMYK
RGB Variations
Color information
#363DCD (or 0x363DCD) is known color: Free Speech Blue. HEX triplet: 36, 3D and CD. RGB value is (54,61,205). Sum of RGB (Red+Green+Blue) = 54+61+205=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #363DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DCD is #C9C232. Grayscale: #4A4A4A. Windows color (decimal): -13222451 or 13450550. OLE color: 13450550.
HSL color Cylindrical-coordinate representation of color #363DCD: hue angle of 237.22º 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 #363DCD is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 61 | 205 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.20 |
| HSL | 237.22º | 0.6% | 0.51% | - |
| HSV(B) | 237.22º | 0.74% | 0.8% | - |
| XYZ | 14.21 | 8.53 | 58.66 | - |
| YUV | 75.32 | 201.18 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 205 | 0.74 | 0.70 | 0 | 0.20 | 237.22 | 0.6 | 0.51 |
| Hex | 36 | 3D | CD | 4A | 46 | 0 | 14 | ED | 3C | 33 |
| Octal | 66 | 75 | 315 | 112 | 106 | 0 | 24 | 355 | 74 | 63 |
| Binary | 110110 | 111101 | 11001101 | 1001010 | 1000110 | 0 | 10100 | 11101101 | 111100 | 110011 |
Color Harmonies of #363DCD
Complementary color
Monochromatic Colors of #363DCD
Black with #363DCD
Text Example
Text Example
White with #363DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DCD; }
p { color: rgb(54,61,205); }
H1.HeaderClassName
{
color: #363DCD;
}
.AnyTagClassName
{
color: #363DCD;
}
</style>
background-color css
<style>
a { background-color: #363DCD; }
a { background-color: rgb(54,61,205); }
div.DivClassName
{
background-color: #363DCD;
}
.BgClassName
{
background-color: #363DCD;
}
</style>
border-color css
<style>
span { border-color: #363DCD; }
span { border-color: rgb(54,61,205); }
td.TdClassName
{
border-color: #363DCD;
}
.TagClassName
{
border-color: #363DCD;
}
</style>