Shades of Free Speech Blue #365DCD
Tints of Free Speech Blue #365DCD
RGB
CMYK
RGB Variations
Color information
#365DCD (or 0x365DCD) is known color: Free Speech Blue. HEX triplet: 36, 5D and CD. RGB value is (54,93,205). Sum of RGB (Red+Green+Blue) = 54+93+205=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #365DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DCD is #C9A232. Grayscale: #5D5D5D. Windows color (decimal): -13214259 or 13458742. OLE color: 13458742.
HSL color Cylindrical-coordinate representation of color #365DCD: hue angle of 224.5º 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 #365DCD is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 93 | 205 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.20 |
| HSL | 224.5º | 0.6% | 0.51% | - |
| HSV(B) | 224.5º | 0.74% | 0.8% | - |
| XYZ | 16.46 | 13.02 | 59.4 | - |
| YUV | 94.11 | 190.58 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 205 | 0.74 | 0.55 | 0 | 0.20 | 224.5 | 0.6 | 0.51 |
| Hex | 36 | 5D | CD | 4A | 37 | 0 | 14 | E1 | 3C | 33 |
| Octal | 66 | 135 | 315 | 112 | 67 | 0 | 24 | 341 | 74 | 63 |
| Binary | 110110 | 1011101 | 11001101 | 1001010 | 110111 | 0 | 10100 | 11100001 | 111100 | 110011 |
Color Harmonies of #365DCD
Complementary color
Monochromatic Colors of #365DCD
Black with #365DCD
Text Example
Text Example
White with #365DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DCD; }
p { color: rgb(54,93,205); }
H1.HeaderClassName
{
color: #365DCD;
}
.AnyTagClassName
{
color: #365DCD;
}
</style>
background-color css
<style>
a { background-color: #365DCD; }
a { background-color: rgb(54,93,205); }
div.DivClassName
{
background-color: #365DCD;
}
.BgClassName
{
background-color: #365DCD;
}
</style>
border-color css
<style>
span { border-color: #365DCD; }
span { border-color: rgb(54,93,205); }
td.TdClassName
{
border-color: #365DCD;
}
.TagClassName
{
border-color: #365DCD;
}
</style>