Shades of Free Speech Blue #365DC5
Tints of Free Speech Blue #365DC5
RGB
CMYK
RGB Variations
Color information
#365DC5 (or 0x365DC5) is known color: Free Speech Blue. HEX triplet: 36, 5D and C5. RGB value is (54,93,197). Sum of RGB (Red+Green+Blue) = 54+93+197=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 197 (77.34% from 255 or 57.27% from 344); Max value from RGB is 197 - color contains mainly: blue. Hex color #365DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DC5 is #C9A23A. Grayscale: #5C5C5C. Windows color (decimal): -13214267 or 12934454. OLE color: 12934454.
HSL color Cylindrical-coordinate representation of color #365DC5: hue angle of 223.64º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #365DC5 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 93 | 197 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.23 |
| HSL | 223.64º | 0.57% | 0.49% | - |
| HSV(B) | 223.64º | 0.73% | 0.77% | - |
| XYZ | 15.51 | 12.64 | 54.45 | - |
| YUV | 93.2 | 186.58 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 197 | 0.73 | 0.53 | 0 | 0.23 | 223.64 | 0.57 | 0.49 |
| Hex | 36 | 5D | C5 | 49 | 35 | 0 | 17 | E0 | 39 | 31 |
| Octal | 66 | 135 | 305 | 111 | 65 | 0 | 27 | 340 | 71 | 61 |
| Binary | 110110 | 1011101 | 11000101 | 1001001 | 110101 | 0 | 10111 | 11100000 | 111001 | 110001 |
Color Harmonies of #365DC5
Complementary color
Monochromatic Colors of #365DC5
Black with #365DC5
Text Example
Text Example
White with #365DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DC5; }
p { color: rgb(54,93,197); }
H1.HeaderClassName
{
color: #365DC5;
}
.AnyTagClassName
{
color: #365DC5;
}
</style>
background-color css
<style>
a { background-color: #365DC5; }
a { background-color: rgb(54,93,197); }
div.DivClassName
{
background-color: #365DC5;
}
.BgClassName
{
background-color: #365DC5;
}
</style>
border-color css
<style>
span { border-color: #365DC5; }
span { border-color: rgb(54,93,197); }
td.TdClassName
{
border-color: #365DC5;
}
.TagClassName
{
border-color: #365DC5;
}
</style>